diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-04-08 20:04:49 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-04-10 12:50:40 +0200 |
commit | c2c8189b10037bdc3e9e31fa73242d169e1ca46b (patch) | |
tree | e8a5739b1afc215583d2cafd3509b72fbf855260 /spec | |
parent | cd566c2622984a66e93b1536954464cab5628bcc (diff) | |
download | gitlab-ce-c2c8189b10037bdc3e9e31fa73242d169e1ca46b.tar.gz |
Enable ESLint rule jest/valid-describe
Diffstat (limited to 'spec')
-rw-r--r-- | spec/frontend/.eslintrc.yml | 1 |
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 |