mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
0bc141da14
GitOrigin-RevId: 1260312a0644f3bc60e007a840045974336e264d
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
|
|
}
|