Skip to content

SpringTree/mutation-testing

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published