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",