mirror of
https://github.com/zadam/trilium.git
synced 2026-01-02 20:54:24 +01:00
chore(vitest): get rid of warning about number of projects
This commit is contained in:
parent
34f649155e
commit
d8e4547988
13
vitest.config.ts
Normal file
13
vitest.config.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
projects: [
|
||||
"packages/*/vitest.config.ts",
|
||||
"packages/*/vite.config.ts",
|
||||
"apps/*/vitest.config.ts",
|
||||
"apps/*/vite.config.ts",
|
||||
"apps/*/vite.config.mts",
|
||||
],
|
||||
},
|
||||
})
|
||||
@ -1 +0,0 @@
|
||||
export default ['**/vite.config.{mjs,js,ts,mts}', '**/vitest.config.{mjs,js,ts,mts}'];
|
||||
Loading…
x
Reference in New Issue
Block a user