Skip to content

Commit cb81d3e

Browse files
committed
fix test
1 parent 13e86ee commit cb81d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/runtime/test/repo/install.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ test.serial('installing should use the correct flags', async (t) => {
119119
const flags = cmd
120120
.split(' ')
121121
.filter((token: string) => token.startsWith('--'));
122-
t.assert(flags.length === 4);
122+
t.assert(flags.length === 3);
123123
t.assert(flags.includes('--no-audit'));
124124
t.assert(flags.includes('--no-fund'));
125125
t.assert(flags.includes('--no-package-lock'));

0 commit comments

Comments
 (0)