mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-06-24 00:09:27 +08:00
change url to archive mirror
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
var test = require('tape');
|
||||
var resolve = require('../');
|
||||
|
||||
test('nonstring', function (t) {
|
||||
t.plan(1);
|
||||
resolve(555, function (err, res, pkg) {
|
||||
t.ok(err);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user