Skip to content

Commit afd0370

Browse files
committed
Fix typo.
1 parent 396170d commit afd0370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ var expectedOptionsWithCurrentCountWantedAndSpecifiedRegistry = {
289289
updateTo: "1.1.5"
290290
},
291291
testCmd: "npm test",
292-
installCmd: "npm i --registry https://curstom.npm.registry"
292+
installCmd: "npm i --registry https://custom.npm.registry"
293293
};
294294

295295
function tearDown() {
@@ -514,7 +514,7 @@ describe("run()", function () {
514514
});
515515
};
516516

517-
run({ cwd: process.cwd(), reporter: reporter, wanted: true, registry: "https://curstom.npm.registry" }, done);
517+
run({ cwd: process.cwd(), reporter: reporter, wanted: true, registry: "https://custom.npm.registry" }, done);
518518
});
519519
});
520520

0 commit comments

Comments
 (0)