chore: fix ci lint/typecheck/test

This commit is contained in:
YunYouJun
2024-04-28 19:36:17 +08:00
parent 778594652c
commit 10073b3a07
5 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1 @@
import indexeddb from 'fake-indexeddb'
globalThis.indexedDB = indexeddb
import 'fake-indexeddb/auto'