mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 04:29:01 +01:00
chore(website): set up testing
This commit is contained in:
parent
bc580f2a88
commit
7e5c2ed79d
@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"test": "vitest",
|
||||
"preview": "pnpm build && vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@ -14,4 +14,7 @@ export default defineConfig({
|
||||
},
|
||||
}),
|
||||
],
|
||||
test: {
|
||||
environment: "happy-dom"
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user