Skip to content

Commit 760a910

Browse files
committed
test: remove yarn from tests
1 parent 3c82781 commit 760a910

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/install.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ test.group('install', (group) => {
307307
.with([
308308
{ agent: 'npm/11.0.0 node/v24.0.0 darwin x64', lockFile: 'package-lock.json' },
309309
{ agent: 'pnpm/10.0.0 node/v24.0.0 darwin x64', lockFile: 'pnpm-lock.yaml' },
310-
{ agent: 'yarn/1.22.5 node/v24.0.0 darwin x64', lockFile: 'yarn.lock' },
311310
])
312311
.run(async ({ assert, fs, cleanup }, { agent, lockFile }) => {
313312
process.env.npm_config_user_agent = agent

0 commit comments

Comments
 (0)