Smal app for demonstrating Angular working with Stryker and Jest.
Did the following steps to create this little project
- I cloned this repro: https://github.com/wtho/jest-angular-example
- Installed Stryker
npm install -g stryker-cli
- Initalised Stryker
stryker init
- Removed
"@stryker-mutator/karma-runner": "^3.3.1"
from package.json - Added the package
"jest-environment-jsdom-sixteen": "^1.0.3"
- Added the package
"@nrwl/jest": "8.6.0"
- Added the package
"ts-jest": "25.2.1"
- Added the package
"@nrwl/jest": "9.0.4"
- Added the package
"@offeringsolutions/nx-karma-to-jest": "^0.1.3"
- Installed everything
npm stall
- Change the path from
src/
to./
in angular.json line r84
npm install
stryker run