Skip to content

Commit e5f6c66

Browse files
authored
internal: remove stryker mutation testing (graphql#4163)
currently not actively being used for code quality improvement — if found useful, can be restored
1 parent b093768 commit e5f6c66

File tree

7 files changed

+10
-1210
lines changed

7 files changed

+10
-1210
lines changed

.eslintignore

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
/.eslintcache
33
/.docusaurus
4-
/.stryker-tmp
54
/node_modules
65
/reports
76
/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
@@ -9,7 +9,6 @@
99
/.eslintcache
1010
/.cspellcache
1111
/.docusaurus
12-
/.stryker-tmp
1312
/node_modules
1413
/reports
1514
/npmDist

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/diff-npm-package.html
33
/.eslintcache
44
/.docusaurus
5-
/.stryker-tmp
65
/node_modules
76
/reports
87
/npmDist

0 commit comments

Comments
 (0)