mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(vitest): add additional folders to exclude
This commit is contained in:
parent
853a7abc4f
commit
9f148750d4
@ -1,7 +1,18 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
import { configDefaults, coverageConfigDefaults } from "vitest/config";
|
||||
|
||||
const customExcludes = ["build/**", "e2e/**", "integration-tests/**", "tests-examples/**"];
|
||||
const customExcludes = [
|
||||
"build/**",
|
||||
"e2e/**",
|
||||
"integration-tests/**",
|
||||
"tests-examples/**",
|
||||
"node_modules/**",
|
||||
"src/public/app-dist/**",
|
||||
"libraries/**",
|
||||
"docs/**",
|
||||
"out/**",
|
||||
"*.config.[jt]s" // playwright.config.ts and similar
|
||||
];
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user