@stryker-mutator/jest-runner

8.7.1last stable release 4 months ago
Complexity Score
High
Open Issues
81
Dependent Projects
266
Weekly Downloadsglobal
71,169

License

  • Apache-2.0
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Yespatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

StrykerJS

Professor X: For someone who hates mutants… you certainly keep some strange company. William Stryker: Oh, they serve their purpose… as long as they can be controlled.

Welcome to StrykerJS’s monorepo. This is where all official stryker packages are maintained. If you’re new to monorepos: don’t be scared. You’ll find the packages in the packages folder.

If you’re interested in why we chose a monorepo, please read babeljs’s design document about monorepos. We use it for the same reasons as they do.

Introduction

For an introduction to mutation testing and Stryker’s features, see stryker-mutator.io.

Getting started

Please follow the quickstart on the website.

For small js projects, you can try the following command:

npm install --save-dev @stryker-mutator/core
# Only for small projects:
npx stryker run

It will run stryker with default values:

  • Uses npm test as your test command
  • Searches for files to mutate in the lib and src directories

Usage

$ npx stryker <command> [options] [configFile]

See usage on stryker-mutator.io

Supported mutators

See our website for the list of currently supported mutators.

Configuration

See configuration on stryker-mutator.io.

Dependencies

Loading dependencies...

CVE IssuesActive
0
Scorecards Score
4.00
Test Coverage
No Data
Follows Semver
Yes
Github Stars
2,641
Dependenciestotal
13
DependenciesOutdated
1
DependenciesDeprecated
1
Threat Modelling
No
Repo Audits
No

Learn how to distribute @stryker-mutator/jest-runner in your own private NPM registry

npm config set registry  https://npm.cloudsmith.com/owner/repo
Processing...
Done
npm install @stryker-mutator/jest-runner
Processing...
Done

103 Releases

NPM on Cloudsmith

Getting started with NPM on Cloudsmith is fast and easy.