Skip to content

Commit 21c104b

Browse files
cleanup
1 parent adfd83e commit 21c104b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"format": "prettier --write .",
2121
"lint": "eslint .",
2222
"release": "pnpm build:packages:prod && pnpm changeset publish",
23-
"test": "pnpm run -r test",
24-
"test:web": "pnpm run --filter './packages/web' test stream.test.ts"
23+
"test": "pnpm run -r test"
2524
},
2625
"keywords": [],
2726
"type": "module",

packages/web/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const config: UserConfigExport = {
3838
globals: true,
3939
include: ['tests/**/*.test.ts'],
4040
maxConcurrency: 1,
41+
// This doesn't currently seem to work in browser mode, but setting this for one day when it does
4142
sequence: {
4243
shuffle: false, // Disable shuffling of test files
4344
concurrent: false // Run test files sequentially

0 commit comments

Comments
 (0)