-
- Downloads
Use fetch mock
babel.config.js
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -6,10 +6,22 @@ |
"server": "node_modules/.bin/http-server --cors", | ||
"test:ci": "jest -c jest.json --ci --reporters=default --watchAll=false --runInBand" | ||
}, | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.2", | ||
"@babel/plugin-proposal-private-methods": "^7.18.6", | ||
"@babel/plugin-proposal-private-property-in-object": "^7.20.5", | ||
"@babel/plugin-transform-destructuring": "^7.20.2", | ||
"@babel/plugin-transform-regenerator": "^7.20.5", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-react": "^7.18.6", | ||
"babel-jest": "^27.5.1", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"babel-plugin-macros": "^3.1.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"http-server": "^14.1.0", | ||
"isomorphic-unfetch": "^3.1.0", | ||
"jest": "^27.5.1", | ||
"jest-fetch-mock": "^3.0.0", | ||
"jest-puppeteer": "^6.1.0", | ||
... | ... |
Please register or sign in to comment