mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:03:01 -05:00
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:
committed by
GitHub
parent
5d59ecd72c
commit
94600731d9
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user