Skip to content

Commit

Permalink
Re-enable test for #97
Browse files Browse the repository at this point in the history
Fixes #97
Closes #124
  • Loading branch information
sindresorhus committed Jan 6, 2020
1 parent 4a471af commit 3c93fa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.js
Expand Up @@ -303,10 +303,10 @@ test('respects gitignore option false - stream', async t => {
t.true(actual.includes('node_modules'));
});

// https://github.com/sindresorhus/globby/issues/97
test.failing('`{extension: false}` and `expandDirectories.extensions` option', t => {
test('`{extension: false}` and `expandDirectories.extensions` option', t => {
t.deepEqual(
globby.sync(tmp, {
globby.sync('*', {
cwd: tmp,
extension: false,
expandDirectories: {
extensions: [
Expand Down

0 comments on commit 3c93fa1

Please sign in to comment.