修复长按图片后,图片会隐藏问题 (#32)

* fix: 修复长按图片,图片隐藏问题

* fix: button style

* fix: preview unit test

* fix: init datetime-picker unit test
This commit is contained in:
wny
2017-05-24 17:34:08 +08:00
committed by 张敏
parent f4dc7982d9
commit 525a415aee
5 changed files with 86 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ var travis = process.env.TRAVIS;
module.exports = function(config) {
config.set({
browsers: travis ? ['PhantomJS'] : ['Chrome'],
browsers: travis ? ['PhantomJS'] : ['PhantomJS', 'Chrome'],
frameworks: ['mocha', 'sinon-chai'],
reporters: ['spec', 'coverage'],
files: ['./index.js'],