mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
chore(test): fix set up
This commit is contained in:
parent
54290a1373
commit
764917562e
@ -98,7 +98,10 @@ export default defineConfig(() => ({
|
||||
}
|
||||
},
|
||||
test: {
|
||||
environment: "happy-dom"
|
||||
environment: "happy-dom",
|
||||
setupFiles: [
|
||||
"./src/test/setup.ts"
|
||||
]
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user