Import vue into spec

This commit is contained in:
Phil Hughes 2017-03-01 10:09:56 +00:00
parent e2575def94
commit b949448665

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');