summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-16 11:28:56 +0100
committerPhil Hughes <me@iamphill.com>2017-10-16 11:29:31 +0100
commitfa9e729aba58ddb00e09282e63a497d9d8e99dea (patch)
treed9627dfafc654ba2ed461d27827c41d855ca8df7 /spec
parent5f80d04271a15c3065513e6417891f3949c7a530 (diff)
downloadgitlab-ce-fa9e729aba58ddb00e09282e63a497d9d8e99dea.tar.gz
fixed rendering bugs
fixed eslint
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/repo/mock_data.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/repo/mock_data.js b/spec/javascripts/repo/mock_data.js
index 097d5c88d1e..6342b3539b5 100644
--- a/spec/javascripts/repo/mock_data.js
+++ b/spec/javascripts/repo/mock_data.js
@@ -1,5 +1,6 @@
import RepoHelper from '~/repo/helpers/repo_helper';
+// eslint-disable-next-line import/prefer-default-export
export const file = () => RepoHelper.serializeBlob({
icon: 'icon',
url: 'url',