Skip to content

Commit

Permalink
Lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Sep 30, 2019
1 parent 6c02e03 commit d433a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe('picomatch', () => {
});

it('should not return glob when noext is true', () => {
assert.deepEqual(scan('./foo/bar/*.js', {noext: true }), {
assert.deepEqual(scan('./foo/bar/*.js', { noext: true }), {
input: './foo/bar/*.js',
glob: '',
isGlob: false,
Expand Down

0 comments on commit d433a34

Please sign in to comment.