mirror of
https://github.com/zadam/trilium.git
synced 2026-04-10 22:17:48 +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"],
|
|
},
|
|
});
|