Skip to content

Commit

Permalink
fix(jest): accept no-cache option (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-jeb authored Sep 5, 2021
1 parent 7ada4d7 commit 25c03b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/jest/src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
"type": "string"
}
},
"no-cache": {
"description": "An alternative way to specify --cache=false",
"type": "boolean"
},
"noStackTrace": {
"description": "Disables stack trace in test results output",
"type": "boolean"
Expand Down

0 comments on commit 25c03b9

Please sign in to comment.