- Write functions in TypeScript
- Write tests in TypeScript with type check (ts-jest) and run with jest
- Run mutation test with Stryker
npm i
- Azure do it for you
- Jest run
npm run build
before running test suites - Idem with Stryker
npm run test
: To run your jest test suitesnpm run test:mutation
: To run mutation test with Stryker
If you have problem running Stryker, try
npm i --save-dev @stryker-mutator/core