Skip to content

Commit 8a85a69

Browse files
committed
internal: remove stryker mutation testing (#4163)
currently not actively being used for code quality improvement — if found useful, can be restored
1 parent 76e987b commit 8a85a69

File tree

7 files changed

+162
-2855
lines changed

7 files changed

+162
-2855
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Copied from '.gitignore', please keep it in sync.
22
/.eslintcache
3-
/.stryker-tmp
43
/node_modules
54
/reports
65
/npmDist

.github/workflows/mutation-testing.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/diff-npm-package.html
99
/.eslintcache
1010
/.cspellcache
11-
/.stryker-tmp
1211
node_modules
1312
/reports
1413
/npmDist

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copied from '.gitignore', please keep it in sync.
22
/diff-npm-package.html
33
/.eslintcache
4-
/.stryker-tmp
54
/node_modules
65
/reports
76
/npmDist

0 commit comments

Comments
 (0)