Browse Source

Bump jest to @29.5.0, jest-mock-axios to @4.7.1

Signed-off-by: Antreesy <antreesy.web@gmail.com>
pull/9198/head
Antreesy 3 years ago
parent
commit
37239312d8
  1. 1
      jest.config.js
  2. 28754
      package-lock.json
  3. 4
      package.json

1
jest.config.js

@ -77,6 +77,7 @@ module.exports = {
moduleNameMapper: {
'\\.(css|scss)$': '<rootDir>/src/__mocks__/styles.js',
'vendor/tflite/(.*).wasm$': '<rootDir>/src/utils/media/effects/virtual-background/vendor/tflite/$1.js',
},
transform: {

28754
package-lock.json
File diff suppressed because it is too large
View File

4
package.json

@ -79,10 +79,10 @@
"babel-loader-exclude-node-modules-except": "^1.2.1",
"babel-plugin-add-module-exports": "^1.0.4",
"flush-promises": "^1.0.2",
"jest": "^29.2.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-localstorage-mock": "^2.4.26",
"jest-mock-axios": "^4.6.2",
"jest-mock-axios": "^4.7.1",
"jest-mock-console": "^2.0.0",
"jest-transform-stub": "^2.0.0",
"regenerator-runtime": "^0.13.11",

Loading…
Cancel
Save