Files
elasticsearch-js/grunt/config/open.js
Spencer Alger 50be1e86b3 Summary of Changes:
- 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.
2013-12-18 17:11:32 -07:00

6 lines
91 B
JavaScript

module.exports = {
coverage: {
path: 'coverage.html',
app: 'Google Chrome'
}
};