fix(test): vitest didn't inject local storage caused jsdom required test failure, explicit --no-experimental-webstorage is required

This commit is contained in:
Neko Ayaka
2026-08-26 20:43:59 +08:00
parent d307c6a978
commit e170d454e8
+2
View File
@@ -152,6 +152,8 @@ jobs:
- run: pnpm run build:packages
- run: pnpm run test:run
env:
NODE_OPTIONS: --no-experimental-webstorage
typecheck:
name: Type Check