Skip to content

Commit 66f6f74

Browse files
committed
Simplify test.
1 parent 8874b21 commit 66f6f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doxdox-core/src/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('utils', () => {
143143
);
144144
});
145145
it('parse ignore config with empty contents', () => {
146-
expect(parseIgnoreConfig('')).toEqual(expect.arrayContaining([]));
146+
expect(parseIgnoreConfig('')).toEqual([]);
147147
});
148148
});
149149

0 commit comments

Comments
 (0)