mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:01:53 +00:00
12 lines
311 B
JSON
12 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
|
|
}
|