mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: "happy-dom"
|
|
}
|
|
});
|