stryker

  • Version 0.35.1
  • Published
  • 458 kB
  • 22 dependencies
  • Apache-2.0 license

Install

npm i stryker
yarn add stryker
pnpm add stryker

Overview

The extendable JavaScript mutation testing framework

Index

Classes

class Stryker

class Stryker {}

    constructor

    constructor(cliOptions: StrykerOptions);
    • The Stryker mutation tester.

      Parameter cliOptions

      Optional options.

    method runMutationTest

    runMutationTest: () => Promise<MutantResult[]>;

      Package Files (1)

      Dependencies (22)

      Dev Dependencies (9)

      Peer Dependencies (1)

      Badge

      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/stryker.

      • Markdown
        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/stryker)
      • HTML
        <a href="https://www.jsdocs.io/package/stryker"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>