@@ -168,10 +168,10 @@ describe('NPM tests', () => {
168
168
[
169
169
'npm run test -- --version' ,
170
170
'yarn run test --version' ,
171
- 'pnpm run test -- -- version' ,
171
+ 'pnpm run test --version' ,
172
172
'bun run test --version' ,
173
173
] ,
174
- [ 'npm run test -- -v' , 'yarn run test -v' , 'pnpm run test -- - v' , 'bun run test -v' ] ,
174
+ [ 'npm run test -- -v' , 'yarn run test -v' , 'pnpm run test -v' , 'bun run test -v' ] ,
175
175
[ 'npm run custom' , 'yarn custom' , 'pnpm run custom' , 'bun run custom' ] ,
176
176
[ 'npm run add' , 'yarn run add' , 'pnpm run add' , 'bun run add' ] ,
177
177
[ 'npm run install' , 'yarn run install' , 'pnpm run install' , 'bun run install' ] ,
@@ -180,18 +180,18 @@ describe('NPM tests', () => {
180
180
[ 'npm exec add' , 'yarn run add' , 'pnpm exec add' , 'bunx add' ] ,
181
181
[ 'npm exec install' , 'yarn run install' , 'pnpm exec install' , 'bunx install' ] ,
182
182
[ 'npm exec run' , 'yarn run run' , 'pnpm exec run' , 'bunx run' ] ,
183
- [ 'npm exec custom -- --version' , 'yarn custom --version' , 'pnpm exec custom -- -- version' , 'bunx custom --version' ] ,
183
+ [ 'npm exec custom -- --version' , 'yarn custom --version' , 'pnpm exec custom --version' , 'bunx custom --version' ] ,
184
184
// test
185
185
[ 'npm test' , 'yarn test' , 'pnpm test' , 'bun run test' ] ,
186
186
[ 'npm t' , 'yarn test' , 'pnpm test' , 'bun run test' ] ,
187
187
[ 'npm tst' , 'yarn test' , 'pnpm test' , 'bun run test' ] ,
188
188
[
189
189
'npm test -- --version' ,
190
190
'yarn test --version' ,
191
- 'pnpm test -- -- version' ,
191
+ 'pnpm test --version' ,
192
192
'bun run test --version' ,
193
193
] ,
194
- [ 'npm test -- -v' , 'yarn test -v' , 'pnpm test -- - v' , 'bun run test -v' ] ,
194
+ [ 'npm test -- -v' , 'yarn test -v' , 'pnpm test -v' , 'bun run test -v' ] ,
195
195
// unchanged
196
196
[ 'npm start' , 'yarn start' , 'pnpm start' , 'bun start' ] ,
197
197
[ 'npm stop' , 'yarn stop' , "npm stop\n# couldn't auto-convert command" , 'bun stop' ] ,
0 commit comments