Skip to content

Small app with Angular CLI that runs Stryker with Jest tests

License

Notifications You must be signed in to change notification settings

bvanderneut/angular-stryker-jest

Repository files navigation

Angular with Stryker and Jest

Smal app for demonstrating Angular working with Stryker and Jest.

Introduction

Did the following steps to create this little project

  1. I cloned this repro: https://github.com/wtho/jest-angular-example
  2. Installed Stryker npm install -g stryker-cli
  3. Initalised Stryker stryker init
  4. Removed "@stryker-mutator/karma-runner": "^3.3.1" from package.json
  5. Added the package "jest-environment-jsdom-sixteen": "^1.0.3"
  6. Added the package "@nrwl/jest": "8.6.0"
  7. Added the package "ts-jest": "25.2.1"
  8. Added the package "@nrwl/jest": "9.0.4"
  9. Added the package "@offeringsolutions/nx-karma-to-jest": "^0.1.3"
  10. Installed everything npm stall
  11. Change the path from src/ to ./ in angular.json line r84

To install

npm install

To run stryker

stryker run

About

Small app with Angular CLI that runs Stryker with Jest tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published