editor.js/cypress.json
Peter Savchenko 36d5a6751f
fix eslint
2020-12-08 17:14:47 +03:00

10 lines
251 B
JSON

{
"env": {
},
"fixturesFolder": "test/cypress/fixtures",
"integrationFolder": "test/cypress/tests",
"screenshotsFolder": "test/cypress/screenshots",
"videosFolder": "test/cypress/videos",
"supportFile": "test/cypress/support/index.ts"
}