Commit 9ee5fda6 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Natalia Tepluhina

Replace board service in list spec.js

parent f88ed9ed
---
title: removes references of BoardService
merge_request: 20877
author: nuwe1
type: other
import { listObj, mockBoardService } from 'spec/boards/mock_data';
import { listObj } from 'spec/boards/mock_data';
import CeList from '~/boards/models/list';
import List from 'ee/boards/models/list';
import Issue from 'ee/boards/models/issue';
......@@ -8,8 +8,6 @@ describe('List model', () => {
let issue;
beforeEach(() => {
gl.boardService = mockBoardService();
list = new List(listObj);
issue = new Issue({
title: 'Testing',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment