diff options
Diffstat (limited to 'deps/npm/test/lib/utils/is-windows-shell.js')
-rw-r--r-- | deps/npm/test/lib/utils/is-windows-shell.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/lib/utils/is-windows-shell.js b/deps/npm/test/lib/utils/is-windows-shell.js index e2164c222b..95519925c9 100644 --- a/deps/npm/test/lib/utils/is-windows-shell.js +++ b/deps/npm/test/lib/utils/is-windows-shell.js @@ -1,6 +1,6 @@ const t = require('tap') Object.defineProperty(process, 'platform', { - value: 'win32' + value: 'win32', }) const isWindows = require('../../../lib/utils/is-windows.js') const isWindowsBash = require('../../../lib/utils/is-windows-bash.js') |