Move loot-core to vitest (#4859)

* Update build + dependencies to work with vitest

* Update tests to use vitest

* Update snapshots to vitest format

* Update sql.js loading in tests to work with vitest

* Update crdt package loading to work with vitest

* Add release notes
This commit is contained in:
Julian Dominguez-Schatz
2025-04-20 15:52:59 -04:00
committed by GitHub
parent 5d59ecd72c
commit 94600731d9
44 changed files with 486 additions and 1280 deletions

View File

@@ -19,7 +19,7 @@
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"jsx": "preserve",
"types": ["vite/client", "jest", "vitest/globals"],
"types": ["vite/client", "vitest/globals"],
// Check JS files too
"allowJs": true,
"checkJs": false,