Skip to content

A simple example to use StrykerJS in Node Rest API using Typescript and Jest

License

Notifications You must be signed in to change notification settings

chelosky/Node-Typescript-Jest-StrykerJS

Repository files navigation

NODE REST API WITH TYPESCRIPT + JEST + STRYKERJS

Example for Back-End with Node using typescript + jest + StrykerJS

Requeriments

Getting Started

  • Run npm install
  • Duplicate the file .env.example as .env in the root of the project
  • Set ENVIRONMENT and PORT variables in the .env file
  • Run npm run dev to start the project

Testing

  • Run npm run test to execute tests

Mutation Testing

We use mutation testing to analize the quality of out test.
  • Run npm run stryker:run

About

A simple example to use StrykerJS in Node Rest API using Typescript and Jest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published