Skip to content

cjbackman/mutation-testing-demo

Repository files navigation

Mutation Testing Demo

This demo uses Stryker as the mutation testing framework.

Getting started

  1. Install git

  2. Install nodejs

  3. Clone this repo

git clone
  1. Install:
npm install
  1. Run unit tests:
npm test
  1. Run mutation tests:
npm run test:mutation

About

A simple demo of mutation testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published