We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d6622 commit 909a2ccCopy full SHA for 909a2cc
1 file changed
integration-tests/package.json
@@ -6,8 +6,8 @@
6
"license": "MIT",
7
"type": "module",
8
"scripts": {
9
- "test:e2e": "bun test fixtures/* --timeout 120000 --max-concurrency=1",
10
- "test:e2e:update": "bun test fixtures/* --update-snapshots --timeout 120000 --max-concurrency=1",
+ "test:e2e": "bun test fixtures/*",
+ "test:e2e:update": "bun test fixtures/* --update-snapshots",
11
"test:e2e:astro": "bun test fixtures/**/astro/*",
12
"test:e2e:bundle-analyzer": "bun test fixtures/**/bundle-analyzer/*",
13
"test:e2e:nextjs": "bun test fixtures/**/nextjs/*",
0 commit comments