mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Update test case for sortBy, select, orderBy component
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"build": "tsc && vite build",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
"test": "jest --coverage"
|
||||
"test-ci": "jest --coverage",
|
||||
"test": "jest --runTestsByPath"
|
||||
},
|
||||
"coverageReporters": [
|
||||
"html"
|
||||
|
||||
Reference in New Issue
Block a user