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