RED-5265: update common-ui

This commit is contained in:
Dan Percic 2022-10-14 18:14:03 +03:00
parent 9a115e8289
commit 2acd6fa672
3 changed files with 9101 additions and 9283 deletions

View File

@ -90,6 +90,7 @@
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^29.1.2",
"jest-extended": "^3.1.0",
"jest-preset-angular": "^12.2.2",
"lint-staged": "^13.0.2",
"nx": "14.5.7",
@ -110,7 +111,8 @@
"jest": {
"preset": "jest-preset-angular",
"setupFilesAfterEnv": [
"<rootDir>/setupJest.ts"
"jest-preset-angular/setup-jest.js",
"jest-extended/all"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",

View File

@ -1 +0,0 @@
import 'jest-preset-angular/setup-jest.js';

18379
yarn.lock

File diff suppressed because it is too large Load Diff