mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
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:
parent
2b5d306628
commit
1de88fb939
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user