From 319d0cf84c6915c2219d95efecf41b18392e106f Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Thu, 20 Jul 2023 12:48:54 +0100 Subject: [PATCH] Fix path to cypress for code completion --- packages/e2e/jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/e2e/jsconfig.json b/packages/e2e/jsconfig.json index a11d20d45..ff7c455e6 100644 --- a/packages/e2e/jsconfig.json +++ b/packages/e2e/jsconfig.json @@ -1,3 +1,3 @@ { - "include": ["./node_modules/cypress", "cypress/**/*.js"] + "include": ["../../node_modules/cypress", "cypress/**/*.js"] } \ No newline at end of file