/node-ts-wsp

Primary LanguageTypeScriptMIT LicenseMIT

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