Skip to content

Commit

Permalink
test: another test cases related to #57
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Dec 19, 2022
1 parent 7be791b commit adf1f14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/fixtures/cases.js
Expand Up @@ -38,7 +38,8 @@ const cases = [
[
'**foo',
'*bar',
'ba*z'
'ba*z',
'folder/other-folder/**/**js'
],
{
'foo': 1,
Expand All @@ -50,7 +51,8 @@ const cases = [
'abar': 1,
'baz': 1,
'ba/z': 0,
'baaaaaaz': 1
'baaaaaaz': 1,
'folder/other-folder/dir/main.js': 1
}
],
[
Expand Down

0 comments on commit adf1f14

Please sign in to comment.