mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 09:17:35 +02:00
test(server): run core tests
This commit is contained in:
@@ -22,7 +22,10 @@ export default defineConfig(() => ({
|
||||
TRILIUM_ENV: "dev",
|
||||
TRILIUM_PUBLIC_SERVER: "http://localhost:4200"
|
||||
},
|
||||
include: ['{src,spec}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
||||
include: [
|
||||
'{src,spec}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
|
||||
'../../packages/trilium-core/src/**/*.{test,spec}.{ts,tsx}'
|
||||
],
|
||||
exclude: [
|
||||
"spec/build-checks/**",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user