Skip to content

Commit 65c3073

Browse files
committed
bundle and lint
1 parent c355820 commit 65c3073

File tree

5 files changed

+673
-91
lines changed

5 files changed

+673
-91
lines changed

__tests__/functions/exclude.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ test('successfully excludes a file in a dir one level down', () => {
3030
})
3131

3232
test('successfully excludes a file in a dir two levels down', () => {
33-
expect(exclude.isExcluded('evil-base-dir/sub-dir/exclude-me.json')).toBe(
34-
true
35-
)
33+
expect(exclude.isExcluded('evil-base-dir/sub-dir/exclude-me.json')).toBe(true)
3634
})
3735

3836
test('successfully checks a file and finds that it is not excluded', () => {

0 commit comments

Comments
 (0)