Skip to content

Commit

Permalink
Merge pull request #2711 from GingerPlusPlus/no-describe-only
Browse files Browse the repository at this point in the history
Disallow tests to use describe.only
  • Loading branch information
CrossEye committed Nov 21, 2018
2 parents e1e1cf8 + 16d1c3a commit c44a544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/.eslintrc
@@ -1,5 +1,9 @@
{
"rules": {
"no-restricted-properties": ["error", {
"object": "describe",
"property": "only"
}],
"no-restricted-modules": ["error", ".."]
}
}

0 comments on commit c44a544

Please sign in to comment.