Skip to content

Commit

Permalink
Merge pull request #70 from Krinkle/patch-1
Browse files Browse the repository at this point in the history
test: fix typo in test name
  • Loading branch information
mrmlnc authored Aug 27, 2020
2 parents d31ab87 + f178b76 commit 4a510d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.picomatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('picomatch', () => {
assert(!isMatch('a-b.c-d', '*-bc-*'));
});

it('should match with copmon glob patterns', () => {
it('should match with common glob patterns', () => {
assert(!isMatch('/ab', './*/'));
assert(!isMatch('/ef', '*'));
assert(!isMatch('ab', './*/'));
Expand Down

0 comments on commit 4a510d7

Please sign in to comment.