Détail du package

stryker-mutator-specification

stryker-mutator105Apache-2.0obsolète0.7.1

Stryker v1 is released, but you're still using a 0.x version. This version is no longer maintained. Please use @stryker-mutator/mutator-specification. See https://stryker-mutator.io/blog/2019-02-13/announcing-stryker-1-0 for the full migration guide.

A package for maintaining common mutator specifications for Stryker - the JavaScript mutation testing framework

stryker

readme

NPM Node version Gitter Stryker

Stryker mutator specification

This package contains a specification for mutators for Stryker - The JavaScript mutation testing framework.

Stryker is language agnostic, examples of mutators are the JavaScript mutator and the TypeScript mutator. However, they share a common set of mutators specified in this package. So this package defines a common set of specifications to which a mutator could conform.

The specifications are written as mocha tests, so it's easy to run them inside your own build as part of insert your custom mutator here. Please take a look at stryker-typescript or stryker-javascript-mutator if you want to know how.