diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-22 00:10:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-22 00:10:21 +0000 |
commit | 18a3cea2eaaf558de08b715eb9e7b36ee6a1ffab (patch) | |
tree | ae804ebb8924bb27736cf1e077bc646814b71637 /spec/frontend/notes/helpers.js | |
parent | 7f6fde499f38807283ab99a6714f76d829be1907 (diff) | |
download | gitlab-ce-18a3cea2eaaf558de08b715eb9e7b36ee6a1ffab.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/notes/helpers.js')
-rw-r--r-- | spec/frontend/notes/helpers.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/notes/helpers.js b/spec/frontend/notes/helpers.js index 3f349b40ba5..c8168a49a5b 100644 --- a/spec/frontend/notes/helpers.js +++ b/spec/frontend/notes/helpers.js @@ -1,4 +1,3 @@ -// eslint-disable-next-line import/prefer-default-export export const resetStore = store => { store.replaceState({ notes: [], |