diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2018-08-29 22:45:53 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2018-12-05 09:24:42 +0100 |
commit | a8a13d3259374a1b25ca4a3e954bca563a66a532 (patch) | |
tree | fd579414080576ea8fa0305645d29d325372f6f2 /.eslintignore | |
parent | 8cd5004b350ef342f66956c11272dad1328f6526 (diff) | |
download | gitlab-ce-a8a13d3259374a1b25ca4a3e954bca563a66a532.tar.gz |
Setup Jest test environment
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 33a8186fade..f78840e67be 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,6 +2,7 @@ /config/ /builds/ /coverage/ +/coverage-frontend/ /coverage-javascript/ /node_modules/ /public/ |