Skip to content

Commit

Permalink
Fix failing tests (terkelg#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 20, 2020
1 parent b1ee37e commit 3c13424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/glob.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ test('glob: glob', async t => {
'test/fixtures/a.txt',
'test/fixtures/b.js',
'test/fixtures/b.txt',
'test/fixtures/deep',
'test/fixtures/ond',
'test/fixtures/one',
'test/fixtures/two'
Expand Down Expand Up @@ -203,6 +204,7 @@ test('glob: options.filesOnly', async t => {
'test/fixtures/a.txt',
'test/fixtures/b.js',
'test/fixtures/b.txt',
'test/fixtures/deep',
'test/fixtures/ond',
'test/fixtures/one',
'test/fixtures/two'
Expand Down

0 comments on commit 3c13424

Please sign in to comment.