Commit 917a6b04 authored by worry127722's avatar worry127722

1

parent bf9a8731
......@@ -183,7 +183,7 @@ module.exports = function(config) {
// - Safari (only Mac)
// - PhantomJS
// - IE (only Windows)
browsers: ['Firefox'],//,'Chrome'
browsers: ['Firefox','Chrome'],//,'Chrome'
// If browser does not capture in given timeout [ms], kill it
......@@ -201,9 +201,9 @@ module.exports = function(config) {
'../src/module/*.js': ['coverage'],
'../src/protocal/*.js': ['coverage'],
'../src/ui/*.js': ['coverage'],
// '../src/layout/*.js': ['coverage'],
// '../src/template/*.js': ['coverage'],
// '../src/theme/*.js': ['coverage']
'../src/layout/*.js': ['coverage'],
'../src/template/*.js': ['coverage'],
'../src/theme/*.js': ['coverage']
}
,
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