vue2/test/unit/index.js

10 lines
272 B
JavaScript
Raw Normal View History

2016-04-26 01:17:59 +08:00
import Vue from 'vue'
import '../helpers/to-have-been-warned.js'
import '../helpers/wait-for-update.js'
2016-04-26 01:17:59 +08:00
Vue.config.preserveWhitespace = false
2016-04-24 08:00:38 +08:00
// require all test files
const testsContext = require.context('./', true, /\.spec$/)
2016-04-24 08:00:38 +08:00
testsContext.keys().forEach(testsContext)