Commit 917a6b04 authored by worry127722's avatar worry127722

1

parent bf9a8731
...@@ -183,7 +183,7 @@ module.exports = function(config) { ...@@ -183,7 +183,7 @@ module.exports = function(config) {
// - Safari (only Mac) // - Safari (only Mac)
// - PhantomJS // - PhantomJS
// - IE (only Windows) // - IE (only Windows)
browsers: ['Firefox'],//,'Chrome' browsers: ['Firefox','Chrome'],//,'Chrome'
// If browser does not capture in given timeout [ms], kill it // If browser does not capture in given timeout [ms], kill it
...@@ -201,9 +201,9 @@ module.exports = function(config) { ...@@ -201,9 +201,9 @@ module.exports = function(config) {
'../src/module/*.js': ['coverage'], '../src/module/*.js': ['coverage'],
'../src/protocal/*.js': ['coverage'], '../src/protocal/*.js': ['coverage'],
'../src/ui/*.js': ['coverage'], '../src/ui/*.js': ['coverage'],
// '../src/layout/*.js': ['coverage'], '../src/layout/*.js': ['coverage'],
// '../src/template/*.js': ['coverage'], '../src/template/*.js': ['coverage'],
// '../src/theme/*.js': ['coverage'] '../src/theme/*.js': ['coverage']
} }
, ,
coverageReporter: { coverageReporter: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment