Skip to content

Commit

Permalink
bundle and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed May 20, 2024
1 parent c355820 commit 65c3073
Show file tree
Hide file tree
Showing 5 changed files with 673 additions and 91 deletions.
4 changes: 1 addition & 3 deletions __tests__/functions/exclude.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ test('successfully excludes a file in a dir one level down', () => {
})

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

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

0 comments on commit 65c3073

Please sign in to comment.