Commit 32ce041
Changed files (3)
.gitignore
@@ -2,7 +2,7 @@ node_modules/
build/
coverage/
package/
+reports/
+.stryker-tmp/
package-lock.json
yarn.lock
-.stryker-tmp/
-reports/
.prettierignore
@@ -2,6 +2,8 @@ node_modules/
build/
coverage/
package/
+reports/
+.stryker-tmp/
package-lock.json
yarn.lock
*.md
stryker.conf.json
@@ -1,14 +1,8 @@
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"packageManager": "npm",
- "reporters": [
- "html",
- "clear-text",
- "progress"
- ],
- "mutate": [
- "build/**/*.js"
- ],
+ "reporters": ["html", "clear-text", "progress"],
+ "mutate": ["build/**/*.js"],
"testRunner": "command",
"commandRunner": {
"command": "uvu test -i fixtures -i package"