mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +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: {
|
test: {
|
||||||
environment: "happy-dom"
|
environment: "happy-dom",
|
||||||
|
setupFiles: [
|
||||||
|
"./src/test/setup.ts"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
exclude: [
|
exclude: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue