From 9a3afddd71110880fccc2be40f660c892b60017e Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sun, 11 Oct 2020 13:29:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A8=E2=80=8D=F0=9F=92=BB=20Support=20d?= =?UTF-8?q?'IntelliSense=20pour=20Cypress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mon-entreprise/cypress/jsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mon-entreprise/cypress/jsconfig.json diff --git a/mon-entreprise/cypress/jsconfig.json b/mon-entreprise/cypress/jsconfig.json new file mode 100644 index 000000000..3ce942d63 --- /dev/null +++ b/mon-entreprise/cypress/jsconfig.json @@ -0,0 +1,4 @@ +// Support IntelliSense for Cypress +{ + "include": ["../../node_modules/cypress", "./integration/**/*.js"] +}