move test

This commit is contained in:
silverwind 2023-05-20 13:30:48 +02:00
parent 3b3c19ea24
commit 9a22a16192
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 0 additions and 1 deletions

@ -2,7 +2,6 @@ import {defineConfig} from "vitest/dist/config.js";
export default defineConfig({
test: {
include: ["**/test.js", "**/*.test.js"],
environment: "node",
testTimeout: 20000,
open: false,