source:
frontend/node_modules/resolve/test/nonstring.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 182 bytes | |
| Line | |
|---|---|
| 1 | var test = require('tape'); |
| 2 | var resolve = require('../'); |
| 3 | |
| 4 | test('nonstring', function (t) { |
| 5 | t.plan(1); |
| 6 | resolve(555, function (err, res, pkg) { |
| 7 | t.ok(err); |
| 8 | }); |
| 9 | }); |
Note:
See TracBrowser
for help on using the repository browser.
