Skip to content

Commit

Permalink
Fix path to cypress for code completion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Jul 20, 2023
1 parent a9ae192 commit 319d0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"include": ["./node_modules/cypress", "cypress/**/*.js"]
"include": ["../../node_modules/cypress", "cypress/**/*.js"]
}

0 comments on commit 319d0cf

Please sign in to comment.