Example for Back-End with Node using typescript + jest + StrykerJS
- Run
npm install
- Duplicate the file
.env.example
as.env
in the root of the project - Set
ENVIRONMENT
andPORT
variables in the.env
file - Run
npm run dev
to start the project
- Run
npm run test
to execute tests
We use mutation testing to analize the quality of out test.
- Run
npm run stryker:run