fix: enable vitest (#1238)

This commit is contained in:
Himself65 2023-03-01 14:46:20 -06:00 committed by GitHub
parent f817d41d1c
commit 3afecc8ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ export default defineConfig({
test: {
include: [
'packages/**/*.spec.ts',
'apps/rem/**/*.spec.ts',
'apps/rem/**/*.spec.tsx',
'apps/web/**/*.spec.ts',
'apps/web/**/*.spec.tsx',
],
testTimeout: 5000,
coverage: {