favycon/cypress/.eslintrc.json
Rui Saraiva 95c4d9e147
test(drag-and-drop): add tests to all preview title messages (#158)
* test(drag-and-drop): add tests to all preview title messages

* ci(cypress): install aditional dependencies

* test(drag-and-drop): wait 100ms on each page load for rehydration
2020-07-06 10:21:44 +01:00

7 lines
105 B
JSON

{
"extends": ["plugin:cypress/recommended"],
"rules": {
"cypress/no-unnecessary-waiting": "off"
}
}