mirror of
https://github.com/zadam/trilium.git
synced 2026-04-09 05:28:55 +02:00
9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: "happy-dom",
|
|
include: ["test/**/*.spec.ts"],
|
|
},
|
|
});
|