mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 04:42:28 +08:00
chore(test): fix set up
This commit is contained in:
parent
54290a1373
commit
764917562e
1 changed files with 4 additions and 1 deletions
|
|
@ -98,7 +98,10 @@ export default defineConfig(() => ({
|
|||
}
|
||||
},
|
||||
test: {
|
||||
environment: "happy-dom"
|
||||
environment: "happy-dom",
|
||||
setupFiles: [
|
||||
"./src/test/setup.ts"
|
||||
]
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue