* feat(testing): update to jest-preset-angular v8.0.0 part 1 Updates to jest-preset-angular to v8.0.0, includes migrations to fix any existing projects affected by the jest-preset-angular update. closes #1979 * feat(testing): update jest-preset-angular to v8.0.0 part 2 Closed issues: #1979, #2165 Co-authored-by: Joshua D. Mentzer <mentzerj@trinity-health.org> * feat(testing): update jest-preset-angular to v8.0.0 part 3 Co-authored-by: mentzerj <mentzerj@trinity-health.org> Co-authored-by: Mehrad Rafigh <4339673+mehrad-rafigh@users.noreply.github.com>
31 lines
778 B
JSON
31 lines
778 B
JSON
{
|
|
"schematics": {
|
|
"update-8.3.0": {
|
|
"version": "8.3.0",
|
|
"description": "Update jest.config.js",
|
|
"factory": "./src/migrations/update-8-3-0/update-8-3-0"
|
|
},
|
|
"update-8.7.0": {
|
|
"version": "8.7.0",
|
|
"description": "Update Jest testPathPattern option",
|
|
"factory": "./src/migrations/update-8-7-0/update-8-7-0"
|
|
},
|
|
"update-9.0.0": {
|
|
"version": "9.0.0-beta.1",
|
|
"description": "Upgrades jest-preset-angular to 8.0.0",
|
|
"factory": "./src/migrations/update-9-0-0/update-9-0-0"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {
|
|
"9.0.0": {
|
|
"version": "9.0.0-beta.1",
|
|
"packages": {
|
|
"jest-preset-angular": {
|
|
"version": "8.0.0",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|