Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 25, 2018
1 parent 1f85b19 commit 907e522
Show file tree
Hide file tree
Showing 4 changed files with 7,257 additions and 3,086 deletions.
3 changes: 2 additions & 1 deletion MyApp/karma-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ for (var k in config.karma.globals) {
}

Vue.use(Vuetify);
Vue.config.productionTip = false
Vue.config.productionTip = false;
Vue.config.ignoredElements = ['router-link'];

// require all test files (files that ends with .spec.ts)
var testsContext = require.context('./src', true, /\.spec\.ts/);
Expand Down
Loading

0 comments on commit 907e522

Please sign in to comment.