- Polished some Grunt config options while testing livereload capabilities in grunt-watch - tests for connection_pool selection with no living connections - tests for connection abstract's mini request implementation for ping.
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
module.exports = {
|
|
coverage: {
|
|
path: 'coverage.html',
|
|
app: 'Google Chrome'
|
|
}
|
|
}; |