Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/packages/npm-test-ignore-nested-nm/test.js')
-rw-r--r--test/packages/npm-test-ignore-nested-nm/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packages/npm-test-ignore-nested-nm/test.js b/test/packages/npm-test-ignore-nested-nm/test.js
index 308c66b50..18a0f0b56 100644
--- a/test/packages/npm-test-ignore-nested-nm/test.js
+++ b/test/packages/npm-test-ignore-nested-nm/test.js
@@ -1,2 +1,2 @@
-fs = require('fs')
+var fs = require('fs')
fs.statSync(__dirname + '/lib/node_modules/foo')