Installed the following packages to enable testing:
"@types/jest": "^27.4.1",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^4.0.1",
"karma-remap-istanbul": "^0.6.0"
Updated the following files in order to resolve invalid testing configuration and failing tests:
angular.json
models (directory)
tsconfig.json
and a few other minor changes.
A few small updates to the tests themselves, where they targeted code that did not exist or were improperly configured.
Installed the following packages to enable testing: "@types/jest": "^27.4.1", "karma": "^6.3.17", "karma-chrome-launcher": "^3.1.1", "karma-jasmine": "^4.0.1", "karma-remap-istanbul": "^0.6.0"
Updated the following files in order to resolve invalid testing configuration and failing tests: angular.json models (directory) tsconfig.json and a few other minor changes.
A few small updates to the tests themselves, where they targeted code that did not exist or were improperly configured.