mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(test): fix set up
This commit is contained in:
parent
54290a1373
commit
764917562e
@ -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…
x
Reference in New Issue
Block a user