Skip to content

Commit

Permalink
refactor(map-render.spec.js): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Dec 1, 2021
1 parent 2bab02c commit 81c734b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/specs/map-render.spec.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import defaultMapSettings from '@/config/default-map-settings'
import mapViewDataTemplates from '../mockups/map-view-data.js'
import MapView from '@/fragments/map-view/MapView.vue'
import MapViewProps from '../mockups/map-view-props.js'
import PreparedVue from '@/common/prepared-vue.js'
import constants from '@/resources/constants'
import I18nBuilder from '@/i18n/i18n-builder'
import appConfig from '@/config/app-config'
import AppLoader from '@/app-loader'
import store from '@/store/store'

Expand Down

0 comments on commit 81c734b

Please sign in to comment.