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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/resolve/test/nonstring.js')
-rw-r--r--node_modules/resolve/test/nonstring.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/resolve/test/nonstring.js b/node_modules/resolve/test/nonstring.js
deleted file mode 100644
index ef63c40..0000000
--- a/node_modules/resolve/test/nonstring.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var test = require('tape');
-var resolve = require('../');
-
-test('nonstring', function (t) {
- t.plan(1);
- resolve(555, function (err, res, pkg) {
- t.ok(err);
- });
-});