diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-04-08 19:34:39 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-04-08 22:12:36 +0200 |
commit | 61d08f575c0ecc0be00ff2db5509c38ae67bb65c (patch) | |
tree | 26be28b2a2e8421bc0ea2b13c9633148c42768a2 /spec | |
parent | b22a725a0c8c122515a16beff50a008b46c4462a (diff) | |
download | gitlab-ce-61d08f575c0ecc0be00ff2db5509c38ae67bb65c.tar.gz |
Enable ESLint rule jest/no-identical-title
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 30b559c2363..b4bba8df833 100644 --- a/spec/frontend/.eslintrc.yml +++ b/spec/frontend/.eslintrc.yml @@ -13,4 +13,5 @@ globals: preloadFixtures: false setFixtures: false rules: + jest/no-identical-title: error jest/no-focused-tests: error |