fix: add missing jest package and use it directly

This commit is contained in:
David Laganiere 2023-01-10 07:10:33 -05:00
parent d4fbd8f9d4
commit c1b7630d6c
No known key found for this signature in database
GPG key ID: 18C4B80581C28747
2 changed files with 934 additions and 13 deletions

View file

@ -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",

944
yarn.lock

File diff suppressed because it is too large Load diff