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.
This commit is contained in:
@ -2,16 +2,16 @@ module.exports = {
|
||||
source: {
|
||||
files: [
|
||||
'src/**/*.js',
|
||||
'test/unit/**/*.js',
|
||||
'grunt/**/*.js',
|
||||
'test/unit/**/*.js',
|
||||
'Gruntfile.js'
|
||||
],
|
||||
tasks: [
|
||||
'jshint',
|
||||
'run:unit_tests'
|
||||
'mochacov:unit'
|
||||
],
|
||||
options: {
|
||||
interrupt: true,
|
||||
interrupt: true
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user