Import vue into spec

This commit is contained in:
Phil Hughes 2017-03-01 10:09:56 +00:00
parent e2575def94
commit b949448665
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
/* global Vue */
/* global boardsMockInterceptor */
/* global BoardService */
/* global List */
/* global listObj */
import Vue from 'vue';
import boardNewIssue from '~/boards/components/board_new_issue';
require('~/boards/models/list');