mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
![]() |
import { defineConfig } from "vitest/config";
|
||
|
|
||
|
export default defineConfig({
|
||
|
test: {
|
||
|
environment: "happy-dom"
|
||
|
}
|
||
|
});
|