From 1de88fb93963c81bccb476c5c186808382262abc Mon Sep 17 00:00:00 2001 From: Yao Date: Tue, 25 Apr 2017 19:50:50 +0800 Subject: [PATCH] =?UTF-8?q?test=20=E7=8E=AF=E5=A2=83=E4=B8=8D=E8=B7=91=20P?= =?UTF-8?q?hantomJS=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- test/unit/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/karma.conf.js b/test/unit/karma.conf.js index 8deb01ebb..ccd941c1e 100644 --- a/test/unit/karma.conf.js +++ b/test/unit/karma.conf.js @@ -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'],