Detalhes do pacote

stryker-mutator-specification

stryker-mutator39Apache-2.0depreciado0.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 (leia-me)

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.

changelog (log de mudanças)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.7.1 (2019-02-08)

Note: Version bump only for package stryker-mutator-specification

0.7.0 (2018-11-29)

Bug Fixes

  • String literal mutator: Don't mutate export declarations (c764ccd)

Features

  • Conditional expression mutator: Mutate conditional operators (#1253) (be4c990)

0.6.0 (2018-10-06)

Features

0.5.1 (2018-09-30)

Bug Fixes

  • mutator: Fix empty case statement unkillable mutant (#1159) (e080acb)

0.5.0 (2018-09-14)

Features

  • mutator: add SwitchCase statement mutator (#1127) (cec6a39)

0.4.0 (2018-07-20)

Features

0.3.1 (2018-05-31)

Bug Fixes

  • String mutator: do not mutate prologue directives (#829) (6e80251)

0.3.0 (2018-04-30)

Features

BREAKING CHANGES

  • node version: Node 4 is no longer supported.

0.2.3 (2018-04-20)

Bug Fixes

  • String mutator: do not mutate jsx attributes (#711) (6656621), closes #701

0.2.2 (2018-03-21)

Note: Version bump only for package stryker-mutator-specification

0.2.1 (2018-01-12)

Note: Version bump only for package stryker-mutator-specification

0.2.0 (2017-11-24)

Features

  • JavaScript mutator: Add stryker-javascript-mutator package (#467) (06d6bac), closes #429