Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 418 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 418 Bytes

mutation-testing

This repo contains code examples for the blogpost at springtree.nl (add correct link here)

Build and Runtime Requirements

  • git
  • node 16.0+

Getting Started

First install the depencies

# install dependencies
npm i

Then run either the normal unit tests

# run unit tests
npm run test

Or run the mutation tests

# run mutation tests
npm run test:mutation