Update config

This commit is contained in:
2023-11-29 14:23:09 +07:00
parent 74fa9fbf06
commit 830d19b586
3 changed files with 23 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,7 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest"
"test": "jest --coverage"
},
"coverageReporters": [
"html"
@@ -17,6 +17,7 @@
"@emotion/is-prop-valid": "^1.2.1",
"@supabase/supabase-js": "^2.38.4",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-query-devtools": "^5.8.4",
"@types/react-test-renderer": "^18.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",