Skip to content

Commit 78a9345

Browse files
ci web tests crash. maybe fix.
1 parent 9b8d67d commit 78a9345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const config: UserConfigExport = {
3131
// Don't optimise these packages as they contain web workers and WASM files.
3232
// https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
3333
exclude: ['@journeyapps/wa-sqlite', '@powersync/web'],
34-
include: ['bson', 'comlink']
34+
include: ['bson', 'comlink', 'async-mutex']
3535
},
3636
plugins: [wasm(), topLevelAwait()],
3737
test: {

0 commit comments

Comments
 (0)