update: vuejs-templates/webpack to 1.3.1
This commit is contained in:
@@ -9,5 +9,5 @@ testsContext.keys().forEach(testsContext)
|
||||
// require all src files except main.js for coverage.
|
||||
// you can also change this to match only the subset of files that
|
||||
// you want coverage for.
|
||||
const srcContext = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/)
|
||||
const srcContext = require.context('../../src', false, /^\.\/(?!main(\.js)?$)/)
|
||||
srcContext.keys().forEach(srcContext)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
var webpackConfig = require('../../build/webpack.test.conf')
|
||||
|
||||
module.exports = function (config) {
|
||||
module.exports = function karmaConfig (config) {
|
||||
config.set({
|
||||
// to run in additional browsers:
|
||||
// 1. install corresponding karma launcher
|
||||
|
||||
Reference in New Issue
Block a user