From 94560a4fe41392410726b7d672f47777c7d7c248 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Fri, 4 Aug 2023 08:19:19 -0700 Subject: [PATCH] Update tsconfig for the tests --- frontend/tsconfig.spec.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/tsconfig.spec.json b/frontend/tsconfig.spec.json index 1db2e6ee9..3467e0d0a 100644 --- a/frontend/tsconfig.spec.json +++ b/frontend/tsconfig.spec.json @@ -4,8 +4,10 @@ "outDir": "./out-tsc/spec", "types": [ "jasmine", - "node" - ] + "node", + "cypress", + "cypress-wait-until" +] }, "files": [ "src/test.ts",