mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-12 23:47:06 +00:00
12 lines
256 B
Text
12 lines
256 B
Text
{
|
|
"extends": "plugin:testcafe/recommended",
|
|
"env": {
|
|
"jest/globals": true
|
|
},
|
|
"plugins": ["jest", "testcafe"],
|
|
"rules": {
|
|
"jest/no-disabled-tests": "warn",
|
|
"jest/no-focused-tests": "error",
|
|
"jest/no-identical-title": "error"
|
|
}
|
|
}
|