Skip to content

Commit

Permalink
fix: remove conflicting commands and aliases (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-jeb committed Oct 18, 2022
1 parent 01263a7 commit 38e5aa9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/jest/src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"description": "Respect the \"browser\" field in package.json when resolving modules. Some packages export different versions based on whether they are operating in node.js or a browser.",
"type": "boolean"
},
"cache": {
"description": "Whether to use the transform cache. Disable the cache using --no-cache.",
"type": "boolean"
},
"cacheDirectory": {
"description": "The directory where Jest should store its cached dependency information.",
"type": "string"
Expand Down Expand Up @@ -82,7 +78,6 @@
"type": "boolean"
},
"config": {
"alias": "c",
"description": "The path to a jest config file specifying how to find and execute tests. If no rootDir is set in the config, the directory containing the config file is assumed to be the rootDir for the project.This can also be a JSON encoded value which Jest will use as configuration.",
"type": "string"
},
Expand Down

0 comments on commit 38e5aa9

Please sign in to comment.