/stryker-jest-runner

A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Build Status Gitter

Stryker

Stryker Plugin Seed

This project can be used as a blue print for writing plugins for Stryker, the JavaScript mutation testing framework.

This project contains:

  • An empty shell for all 5 kinds of plugins in Stryker
  • An index file which registers the plugins using the Stryker way of plugin loading.
  • A bootstrap for testing using mocha, sinon and chai
  • A correct list of dependencies to get you started with TypeScript
  • A simple build system using Grunt
  • A vscode configuration for easy running of the tests by hitting f5, inc debugging your typescript code.

NOTE: This seed is bootstrapped for the next major version of the stryker-api (0.3.0) using the tag npm i stryker-api@next