summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-04-08 20:04:49 +0200
committerWinnie Hellmann <winnie@gitlab.com>2019-04-10 12:50:40 +0200
commitc2c8189b10037bdc3e9e31fa73242d169e1ca46b (patch)
treee8a5739b1afc215583d2cafd3509b72fbf855260
parentcd566c2622984a66e93b1536954464cab5628bcc (diff)
downloadgitlab-ce-c2c8189b10037bdc3e9e31fa73242d169e1ca46b.tar.gz
Enable ESLint rule jest/valid-describe
-rw-r--r--spec/frontend/.eslintrc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/.eslintrc.yml b/spec/frontend/.eslintrc.yml
index 0e6ca11c1f8..ff18f0e4a2d 100644
--- a/spec/frontend/.eslintrc.yml
+++ b/spec/frontend/.eslintrc.yml
@@ -15,4 +15,5 @@ globals:
rules:
jest/no-identical-title: error
jest/no-focused-tests: error
+ jest/valid-describe: error
jest/no-jasmine-globals: error