Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 12, 2019
1 parent 0fec11e commit b95d2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -107,7 +107,7 @@ test('don\'t delete files, but return them - sync', t => {
]);
});

// Currently this only testable locally on an osx machine.
// Currently this is only testable locally on macOS.
// https://github.com/sindresorhus/del/issues/68
test.serial('does not throw EINVAL - async', async t => {
const nestedFile = path.resolve(t.context.tmp, 'a/b/c/nested.js');
Expand Down

0 comments on commit b95d2d1

Please sign in to comment.