Skip to content

Commit

Permalink
fix: plugin file referenced by cypress config in angular schematics (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Jun 29, 2021
1 parent 86440c1 commit 5c2efc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"supportFile": "<%= root%>cypress/support/index.ts",
"videosFolder": "<%= root%>cypress/videos",
"screenshotsFolder": "<%= root%>cypress/screenshots",
"pluginsFile": "<%= root%>cypress/plugins/index.js",
"pluginsFile": "<%= root%>cypress/plugins/index.ts",
"fixturesFolder": "<%= root%>cypress/fixtures",
"baseUrl": "<%= baseUrl%>"
}

0 comments on commit 5c2efc7

Please sign in to comment.