Add jest-environment-jsdom, update jest-preset-angular

This commit is contained in:
shamoon 2022-05-02 01:00:02 -07:00
parent 67dd86988b
commit f23d10f000
2 changed files with 4126 additions and 4056 deletions

8176
src-ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -46,13 +46,15 @@
"codelyzer": "^6.0.2",
"concurrently": "7.1.0",
"jest": "28.0.3",
"jest-environment-jsdom": "^28.0.2",
"jest-preset-angular": "^12.0.0-next.1",
"ts-node": "~10.7.0",
"tslint": "~6.1.3",
"typescript": "~4.6.3",
"wait-on": "~6.0.1"
},
"optionalDependencies": {
"cypress": "~9.6.0",
"@cypress/schematic": "^1.6.0"
"@cypress/schematic": "^1.6.0",
"cypress": "~9.6.0"
}
}