mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-14 21:10:41 +01:00
fix tests
This commit is contained in:
parent
3d4dd15eb0
commit
e6072a9244
@ -1,4 +1,4 @@
|
||||
import 'jest-dom/extend-expect'
|
||||
import '@testing-library/jest-dom/extend-expect'
|
||||
|
||||
// this is basically: afterEach(cleanup)
|
||||
import '@testing-library/react/cleanup-after-each'
|
||||
|
@ -59,6 +59,7 @@
|
||||
"@babel/node": "^7.4.5",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@svgr/webpack": "^4.3.0",
|
||||
"@testing-library/jest-dom": "^4.0.0",
|
||||
"@testing-library/react": "^8.0.2",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-jest": "^24.7.1",
|
||||
@ -75,7 +76,6 @@
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^24.7.1",
|
||||
"jest-canvas-mock": "^2.0.0",
|
||||
"jest-dom": "^4.0.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
|
||||
"node-sass": "^4.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user