From e92c95bf459ea6237b1fe1cbd3e6fc7d0eca8f85 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 1 Feb 2021 15:08:56 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/boards/stores/actions_spec.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'spec/frontend/boards/stores/actions_spec.js') diff --git a/spec/frontend/boards/stores/actions_spec.js b/spec/frontend/boards/stores/actions_spec.js index c285e04a042..fe78375c0b6 100644 --- a/spec/frontend/boards/stores/actions_spec.js +++ b/spec/frontend/boards/stores/actions_spec.js @@ -1,16 +1,4 @@ import testAction from 'helpers/vuex_action_helper'; -import { - mockLists, - mockListsById, - mockIssue, - mockIssue2, - rawIssue, - mockIssues, - mockMilestone, - labels, - mockActiveIssue, - mockGroupProjects, -} from '../mock_data'; import actions, { gqlClient } from '~/boards/stores/actions'; import * as types from '~/boards/stores/mutation_types'; import { inactiveId } from '~/boards/constants'; @@ -25,6 +13,18 @@ import { formatIssueInput, } from '~/boards/boards_util'; import createFlash from '~/flash'; +import { + mockLists, + mockListsById, + mockIssue, + mockIssue2, + rawIssue, + mockIssues, + mockMilestone, + labels, + mockActiveIssue, + mockGroupProjects, +} from '../mock_data'; jest.mock('~/flash'); -- cgit v1.2.3