Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ yargs(process.argv.slice(2))
"Part of filepath names to include in the instrumentation. " +
'A tailing "/" should be used to include directories and prevent ' +
'confusion with filenames. "*" can be used to include all files.\n' +
"Can be specified multiple times. By default all files will be" +
"Can be specified multiple times. By default all files will be " +
"included.",
type: "string",
alias: "i",
Expand All @@ -111,7 +111,7 @@ yargs(process.argv.slice(2))
"Part of filepath names to exclude in the instrumentation. " +
'A tailing "/" should be used to exclude directories and prevent ' +
'confusion with filenames. "*" can be used to exclude all files.\n' +
'Can be specified multiple times. By default, "node_modules/" will' +
'Can be specified multiple times. By default, "node_modules/" will ' +
"be excluded.",
type: "string",
alias: "e",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"dependencies": {
"@jazzer.js/core": "*",
"cosmiconfig": "^8.1.0",
"jest": "^29.5.0",
"istanbul-reports": "^3.1.5"
},
"devDependencies": {
"jest": "^29.5.0",
"@types/istanbul-reports": "^3.0.1",
"@types/tmp": "^0.2.3",
"tmp": "^0.2.1"
Expand Down