Skip to content

Commit

Permalink
add Stryker Mutator (#70)
Browse files Browse the repository at this point in the history
* add @stryker-mutator/core to devDependencies
* do `npx stryker init` to configure Stryker
* add stryker task to package scripts
* update .gitignore
* add missing newline to end of stryker.conf.json

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Christian Bewernitz <coder@karfau.de>
  • Loading branch information
brodybits and karfau committed Jun 30, 2020
1 parent 97cf96e commit cad05a1
Show file tree
Hide file tree
Showing 4 changed files with 866 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1 +1,5 @@
# stryker temp files
/.stryker-tmp

/node_modules
/reports

0 comments on commit cad05a1

Please sign in to comment.