Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1558)

Unified Diff: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/test/open.js

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/test/open.js
diff --git a/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/test/open.js b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/test/open.js
similarity index 96%
copy from node_modules/mocha/node_modules/glob/node_modules/graceful-fs/test/open.js
copy to node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/test/open.js
index 104f36b0b9a878d5c8d2d4eb03809792d9264e2d..85732f236b00263fa7fe2befd4134a10c1366ec6 100644
--- a/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/test/open.js
+++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/test/open.js
@@ -2,7 +2,7 @@ var test = require('tap').test
var fs = require('../graceful-fs.js')
test('graceful fs is monkeypatched fs', function (t) {
- t.equal(fs, require('fs'))
+ t.equal(fs, require('../fs.js'))
t.end()
})

Powered by Google App Engine
This is Rietveld 408576698