diff options
| author | Phil Hughes <me@iamphill.com> | 2018-06-28 12:36:06 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2018-06-29 09:29:29 +0100 |
| commit | 8b687e07d7a87c7cab2b5d8e5b04a5c705a4eb5e (patch) | |
| tree | 25d88153034a4535bf033a77f2a097195ae8b17e /spec/javascripts/ide | |
| parent | bfc7ef1eecd4a031e8d4d027489fa77ea59a7506 (diff) | |
| download | gitlab-ce-8b687e07d7a87c7cab2b5d8e5b04a5c705a4eb5e.tar.gz | |
:white_check_mark: fixed eslint
Diffstat (limited to 'spec/javascripts/ide')
| -rw-r--r-- | spec/javascripts/ide/stores/actions/tree_spec.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/ide/stores/actions/tree_spec.js b/spec/javascripts/ide/stores/actions/tree_spec.js index c5b0c002b15..3ef2a2da880 100644 --- a/spec/javascripts/ide/stores/actions/tree_spec.js +++ b/spec/javascripts/ide/stores/actions/tree_spec.js @@ -1,5 +1,4 @@ import MockAdapter from 'axios-mock-adapter'; -import Vue from 'vue'; import testAction from 'spec/helpers/vuex_action_helper'; import { showTreeEntry, getFiles } from '~/ide/stores/actions/tree'; import * as types from '~/ide/stores/mutation_types'; |
