Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5fb7544

Browse files
committed
Run tests with --serial
...to try and improve test stability. This isn't ideal, but hopefully it should fix some of the flakiness we're seeing. We can investigate this further later.
1 parent 8bce594 commit 5fb7544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint:fix": "npm run lint -- --fix",
2828
"prepublishOnly": "npm run lint && npm run clean && npm run build && npm run types:bundle && npm run test",
2929
"release": "./scripts/release.sh",
30-
"test": "npm run build && ava && rimraf ./.tmp",
30+
"test": "npm run build && ava --serial && rimraf ./.tmp",
3131
"types:build": "tsc && tsc -p packages/miniflare/src/workers/tsconfig.json",
3232
"types:bundle": "npm run types:build && node scripts/types.mjs"
3333
},

0 commit comments

Comments
 (0)