mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"component": {
|
|
"componentFolder": ".",
|
|
"testFiles": "./{test,modules/**/test}/frontend/components/**/*.spec.js",
|
|
"supportFile": "cypress/support/ct/index.js"
|
|
},
|
|
"experimentalFetchPolyfill": true,
|
|
"fixturesFolder": false,
|
|
"video": false,
|
|
"viewportHeight": 800,
|
|
"viewportWidth": 800
|
|
}
|