Skip to content

Commit

Permalink
Merge pull request #65 from jdufitum/dynamic-tool-install-stryker-mut…
Browse files Browse the repository at this point in the history
…ator

Dynamic tool install stryker mutator
  • Loading branch information
jdufitum authored Nov 3, 2024
2 parents b96f25d + e8126a9 commit d6b1209
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ test.sh

.docker/**
!**/.gitkeep

# stryker temp files
.stryker-tmp
#node_modules
node_modules
13 changes: 13 additions & 0 deletions stryker.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"_comment": "This config was generated using 'stryker init'. Please take a look at: https://stryker-mutator.io/docs/stryker-js/configuration/ for more information.",
"packageManager": "npm",
"reporters": [
"html",
"clear-text",
"progress"
],
"testRunner": "mocha",
"testRunner_comment": "Take a look at https://stryker-mutator.io/docs/stryker-js/mocha-runner for information about the mocha plugin.",
"coverageAnalysis": "perTest"
}

0 comments on commit d6b1209

Please sign in to comment.