From 550c09df8a89da376c8aa331f91cab0c381a2e74 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 30 Jul 2021 14:44:41 +0200 Subject: [PATCH] Update sample json --- cypress.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.sample.json b/cypress.sample.json index 20bb2156..bb45a88b 100644 --- a/cypress.sample.json +++ b/cypress.sample.json @@ -12,5 +12,6 @@ "json": true }, "env": { - } + }, + "ignoreTestFiles": ["translator.ts"] }