diff --git a/src/command-parser/expand-npm-shortcut.spec.ts b/src/command-parser/expand-npm-shortcut.spec.ts index 3f7a39c5..eb6ac202 100644 --- a/src/command-parser/expand-npm-shortcut.spec.ts +++ b/src/command-parser/expand-npm-shortcut.spec.ts @@ -13,24 +13,28 @@ it('returns same command if no npm: prefix is present', () => { expect(parser.parse(commandInfo)).toBe(commandInfo); }); -for (const npmCmd of ['npm', 'yarn', 'pnpm', 'bun']) { - describe(`with ${npmCmd}: prefix`, () => { - it(`expands to "${npmCmd} run