mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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
|
||
|
}
|