summaryrefslogtreecommitdiff
path: root/spec/frontend/ide/commit_icon_spec.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-15 21:09:26 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-15 21:09:26 +0000
commit651917dbac09fc4fe9217c08d68420019dff59fb (patch)
tree6cdda4532d41b7862a33d7f3ab91959c3917d4f0 /spec/frontend/ide/commit_icon_spec.js
parentda1962d9ac710f95d350d2645c87f5a663123cf2 (diff)
downloadgitlab-ce-651917dbac09fc4fe9217c08d68420019dff59fb.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/ide/commit_icon_spec.js')
-rw-r--r--spec/frontend/ide/commit_icon_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/ide/commit_icon_spec.js b/spec/frontend/ide/commit_icon_spec.js
index 90b8e34497c..e4a7394b089 100644
--- a/spec/frontend/ide/commit_icon_spec.js
+++ b/spec/frontend/ide/commit_icon_spec.js
@@ -11,7 +11,6 @@ const createFile = (name = 'name', id = name, type = '', parent = null) =>
name,
path: parent ? `${parent.path}/${name}` : name,
parentPath: parent ? parent.path : '',
- lastCommit: {},
});
describe('getCommitIconMap', () => {