You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "coverage-code-regex",
3
-
"version": "0.0.0",
4
-
"description": "Regular expression (regex) for matching ugly code (like `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`) that coverage tools add during the test coverage process.",
3
+
"version": "1.0.0",
4
+
"description": "Regular expression (regex) for matching ugly code that coverage tools add during the test process. Like this one `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`",
0 commit comments