From 25c03b9c3f2fca7f733e996684726560a9790656 Mon Sep 17 00:00:00 2001 From: JeB <9823087+just-jeb@users.noreply.github.com> Date: Sun, 5 Sep 2021 18:23:34 +0300 Subject: [PATCH] fix(jest): accept no-cache option (#1033) --- packages/jest/src/schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/jest/src/schema.json b/packages/jest/src/schema.json index 3187b377e..5460af5eb 100644 --- a/packages/jest/src/schema.json +++ b/packages/jest/src/schema.json @@ -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"