Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-05 12:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-05 12:09:07 +0300
commit77831d580c99993c0367bbb8f2aec373ff09a79a (patch)
tree58712f4fe9b5b5c6543e32a0e98b092e15481930 /spec/frontend/boards/board_list_spec.js
parent5092e9b37cf208ec604470afd4ebb62b1b58673e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/boards/board_list_spec.js')
-rw-r--r--spec/frontend/boards/board_list_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/boards/board_list_spec.js b/spec/frontend/boards/board_list_spec.js
index ca9aa673359..d8fc69206f6 100644
--- a/spec/frontend/boards/board_list_spec.js
+++ b/spec/frontend/boards/board_list_spec.js
@@ -19,6 +19,7 @@ const createStore = (state = defaultState) => {
return new Vuex.Store({
state,
actions,
+ getters: { isEpicBoard: () => false },
});
};