unrestrict vitest

This commit is contained in:
silverwind 2022-11-24 17:13:25 +01:00
parent 682d91ae75
commit 7b8f776368
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -10,5 +10,7 @@ export default defineConfig({
passWithNoTests: true,
globals: true,
watch: false,
outputDiffLines: Infinity,
outputTruncateLength: Infinity,
},
});