File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ yargs(process.argv.slice(2))
98
98
"Part of filepath names to include in the instrumentation. " +
99
99
'A tailing "/" should be used to include directories and prevent ' +
100
100
'confusion with filenames. "*" can be used to include all files.\n' +
101
- "Can be specified multiple times. By default all files will be" +
101
+ "Can be specified multiple times. By default all files will be " +
102
102
"included." ,
103
103
type : "string" ,
104
104
alias : "i" ,
@@ -111,7 +111,7 @@ yargs(process.argv.slice(2))
111
111
"Part of filepath names to exclude in the instrumentation. " +
112
112
'A tailing "/" should be used to exclude directories and prevent ' +
113
113
'confusion with filenames. "*" can be used to exclude all files.\n' +
114
- 'Can be specified multiple times. By default, "node_modules/" will' +
114
+ 'Can be specified multiple times. By default, "node_modules/" will ' +
115
115
"be excluded." ,
116
116
type : "string" ,
117
117
alias : "e" ,
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"@jazzer.js/core" : " *" ,
20
20
"cosmiconfig" : " ^8.1.0" ,
21
- "jest" : " ^29.5.0" ,
22
21
"istanbul-reports" : " ^3.1.5"
23
22
},
24
23
"devDependencies" : {
24
+ "jest" : " ^29.5.0" ,
25
25
"@types/istanbul-reports" : " ^3.0.1" ,
26
26
"@types/tmp" : " ^0.2.3" ,
27
27
"tmp" : " ^0.2.1"
You can’t perform that action at this time.
0 commit comments