chelosky / node-ts-wsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 95.8%Language:JavaScript 3.8%Language:Shell 0.4%