diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/vnext/package.json b/vnext/package.json index 77585490..bcc2461a 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -18,6 +18,8 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "7.19.4", "@babel/preset-react": "7.18.6", + "@testing-library/jest-dom": "^5.16.5", + "@testing-library/react": "^13.4.0", "babel-jest": "^29.2.2", "babel-loader": "^9.0.0", "css-loader": "^6.7.1", @@ -72,15 +74,6 @@ ] ] }, - "jest": { - "moduleNameMapper": { - "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js", - "\\.(css|less|sass|scss)$": "<rootDir>/__mocks__/styleMock.js" - }, - "transform": { - "^.+\\.js$": "babel-jest" - } - }, "dependencies": { "@babel/register": "^7.18.9", "axios": "^1.1.3", |