From b95d2d1cdd436a88524f5c32beb9bd0403d9bc80 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 12 Jul 2019 13:22:48 +0700 Subject: [PATCH] Update test.js --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 238b67c..09e48fa 100644 --- a/test.js +++ b/test.js @@ -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');