Skip to content

Commit

Permalink
Fix a typo in cypress.json
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Sep 10, 2018
1 parent 258b6ea commit b0bd712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"coreUrl": "http://localhost:4000"
},
"integrationFolder": "./e2e",
"fixturesFolder": "./fixtures"
"fixturesFolder": "./fixtures",
"pluginsFile": "./plugins/index.js",
"screenshotsFolder": "./screenshots",
"supportFile": "./support/index.js",
Expand Down

0 comments on commit b0bd712

Please sign in to comment.