index.js 272 B

123456789
  1. import Vue from 'vue'
  2. import '../helpers/to-have-been-warned.js'
  3. import '../helpers/wait-for-update.js'
  4. Vue.config.preserveWhitespace = false
  5. // require all test files
  6. const testsContext = require.context('./', true, /\.spec$/)
  7. testsContext.keys().forEach(testsContext)