mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-16 10:03:12 -07:00
fix: add missing jest package and use it directly
This commit is contained in:
parent
d4fbd8f9d4
commit
c1b7630d6c
2 changed files with 934 additions and 13 deletions
|
@ -26,6 +26,7 @@
|
|||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "12.1.5",
|
||||
"axios-mock-adapter": "^1.21.2",
|
||||
"jest": "^29.3.1",
|
||||
"jest-transform-css": "^6.0.0",
|
||||
"source-map-explorer": "^2.5.2"
|
||||
},
|
||||
|
@ -33,7 +34,7 @@
|
|||
"start": "BROWSER=none react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
||||
"test:unit": "npx jest --coverage --testPathPattern='unit'"
|
||||
"test:unit": "jest --coverage --testPathPattern='unit'"
|
||||
},
|
||||
"homepage": "/app",
|
||||
"proxy": "http://127.0.0.1:4000",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue