unit test config

This commit is contained in:
pangxie1991 2017-03-03 16:01:45 +08:00
parent 2cf9217995
commit cbd836118f
2 changed files with 12 additions and 0 deletions

View File

@ -53,6 +53,7 @@
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.16.0",
"babel-runtime": "^6.11.0",
"cheerio": "^0.22.0",
@ -86,6 +87,11 @@
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "^2.0.2",
"lerna": "2.0.0-beta.31",
"lolex": "^1.5.1",
"markdown-it": "^6.1.1",

View File

@ -1,3 +1,9 @@
require('babel-polyfill');
require('babel-core/register')({
presets: [require('babel-preset-es2015')]
});
var webpackConfig = require('./get-webpack-conf');
module.exports = function(config) {