Skip to content

Commit

Permalink
Disallow tests to use describe.only
Browse files Browse the repository at this point in the history
  • Loading branch information
wojpawlik committed Nov 21, 2018
1 parent e1e1cf8 commit 16d1c3a
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 16d1c3a

Please sign in to comment.