Skip to content

Commit 146d30b

Browse files
author
tunnckoCore
committed
fix regex range to {1,22}
1 parent 78c2f97 commit 146d30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
'use strict';
99

1010
module.exports = function coverageCodeRegex() {
11-
return /(?:__cov_(?:[\w\W\S.,$]{1,999})\.(?:.{1})\[\'(?:\d{1,})\'\]\+\+\;)/;
11+
return /(?:__cov_(?:[\w\W\S.,$]{1,22})\.(?:.{1})\[\'(?:\d{1,})\'\]\+\+\;)/;
1212
};

0 commit comments

Comments
 (0)