Skip to content

Commit

Permalink
fix: refactored routes file
Browse files Browse the repository at this point in the history
100% codecov on routes file and renamed it to fit better what it is.
  • Loading branch information
BKristenssonAlfsson committed Jun 20, 2020
1 parent c557727 commit 2cf4d7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from 'vue'
import App from './App.vue'
import routes from './router/index.js'
import routes from './routes/routes.js'
import store from './store/index.js'
import './registerServiceWorker'
import vuetify from './plugins/vuetify'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/unit/components/routes/routes.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Vuetify from 'vuetify'
import VueX from 'vuex'
import VueRouter from 'vue-router'
import App from '@/App.vue'
import routes from '@/router/index.js'
import routes from '@/routes/routes.js'

describe('Routing', () => {
// global
Expand Down

0 comments on commit 2cf4d7c

Please sign in to comment.