Skip to content

Commit 76aeba5

Browse files
committed
comment
1 parent a7a77f3 commit 76aeba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/commands/install.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ test("install --initMirror should add init mirror deps from package.json", async
654654
let mirrorPath = "mirror-for-offline";
655655
let fixture = "install-init-mirror";
656656

657+
// initMirror gets converted to save flag in cli/install.js
657658
return run({save: true}, [], fixture, async (config, reporter) => {
658659
assert.equal(JSON.parse(await fs.readFile(path.join(config.cwd,
659660
"node_modules/mime-types/package.json"))).version, "2.0.0");

0 commit comments

Comments
 (0)