DIR : /home/kozerus/public_html/cropex/node/node_modules/resolve/test/nonstring.js

/home/kozerus/public_html/cropex/node/node_modules/resolve/test

var test = require('tape');
var resolve = require('../');

test('nonstring', function (t) {
    t.plan(1);
    resolve(555, function (err, res, pkg) {
        t.ok(err);
    });
});
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer