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"] +}