Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 309 Bytes

File metadata and controls

12 lines (10 loc) · 309 Bytes

Mutation Test Lab

Lab to play with Mutation test using Stryker.

Run test

When run the test command, you will exec 2 commands:

  • Run unit tests with Jest
  • Run mutation tests with Stryker

To run:

npm run test