mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
69ad1d16ce
* Increase cypress default command wait time * remove firefox hack from cypress.json
5 lines
113 B
JSON
5 lines
113 B
JSON
{
|
|
"baseUrl": "http://localhost:3000/",
|
|
"defaultCommandTimeout": 15000,
|
|
"experimentalFetchPolyfill": true
|
|
}
|