|
42 | 42 | "start:web:public": "cross-env PUBLIC_DEV=true NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./configs/webpack.config.web.dev.ts",
|
43 | 43 | "test": "jest ./redisinsight/ui -w 1",
|
44 | 44 | "test:watch": "jest ./redisinsight/ui --watch -w 1",
|
45 |
| - "test:cov": "jest ./redisinsight/ui --coverage --runInBand", |
| 45 | + "test:cov": "jest ./redisinsight/ui --coverage --no-cache --forceExit -w 3", |
46 | 46 | "test:cov:unit": "jest ./redisinsight/ui --group=-component --coverage -w 1",
|
47 | 47 | "test:cov:component": "jest ./redisinsight/ui --group=component --coverage -w 1",
|
48 | 48 | "type-check:ui": "tsc --project redisinsight/ui --noEmit"
|
|
143 | 143 | "@types/redux-mock-store": "^1.0.2",
|
144 | 144 | "@types/segment-analytics": "^0.0.34",
|
145 | 145 | "@types/supertest": "^2.0.8",
|
| 146 | + "@types/text-encoding": "^0.0.37", |
146 | 147 | "@types/uuid": "^8.3.4",
|
147 | 148 | "@types/webpack-bundle-analyzer": "^4.6.0",
|
148 | 149 | "@types/webpack-env": "^1.15.2",
|
|
188 | 189 | "identity-obj-proxy": "^3.0.0",
|
189 | 190 | "ioredis-mock": "^5.5.4",
|
190 | 191 | "ip": "^1.1.8",
|
191 |
| - "jest": "^27.5.1", |
| 192 | + "jest": "^29.7.0", |
| 193 | + "jest-environment-jsdom": "^29.7.0", |
192 | 194 | "jest-runner-groups": "^2.2.0",
|
193 | 195 | "jest-when": "^3.2.1",
|
194 | 196 | "license-checker": "^25.0.1",
|
195 | 197 | "lint-staged": "^10.2.11",
|
196 | 198 | "mini-css-extract-plugin": "2.7.2",
|
197 | 199 | "moment": "^2.29.3",
|
198 | 200 | "monaco-editor-webpack-plugin": "^6.0.0",
|
199 |
| - "msw": "^0.45.0", |
| 201 | + "msw": "^1.3.2", |
200 | 202 | "node-sass": "^8.0.0",
|
201 | 203 | "opencollective-postinstall": "^2.0.3",
|
202 | 204 | "react-hot-loader": "^4.13.0",
|
|
211 | 213 | "style-loader": "^2.0.0",
|
212 | 214 | "supertest": "^4.0.2",
|
213 | 215 | "terser-webpack-plugin": "^5.0.3",
|
| 216 | + "text-encoding": "^0.7.0", |
214 | 217 | "ts-jest": "27.1.5",
|
215 | 218 | "ts-loader": "^6.2.1",
|
216 | 219 | "ts-mockito": "^2.6.1",
|
|
291 | 294 | },
|
292 | 295 | "husky": {
|
293 | 296 | "hooks": {}
|
| 297 | + }, |
| 298 | + "browser": { |
| 299 | + "uuid": "./node_modules/uuid/dist/esm-browser/index.js" |
294 | 300 | }
|
295 | 301 | }
|
0 commit comments