test 环境不跑 PhantomJS (#11)

* change require vue to Vue && waterfall.md

* use vue in amd & commonjs, use Vue in root

* change webpack config

* fix some config

* remove PhantomJS from test env

* remove PhantomJS from test env
This commit is contained in:
Yao 2017-04-25 19:50:50 +08:00 committed by GitHub
parent 2b5d306628
commit 1de88fb939

View File

@ -9,7 +9,7 @@ var travis = process.env.TRAVIS;
module.exports = function(config) {
config.set({
browsers: travis ? ['PhantomJS'] : ['PhantomJS', 'Chrome'],
browsers: travis ? ['PhantomJS'] : ['Chrome'],
frameworks: ['mocha', 'sinon-chai'],
reporters: ['spec', 'coverage'],
files: ['./index.js'],