updated docs to include config option, details about the new testing process added to CONTRIBUTING.md, grunt-saucelabs returned to upstream
This commit is contained in:
@ -23,17 +23,12 @@ module.exports = function (grunt) {
|
||||
|
||||
grunt.registerTask('unit_test', [
|
||||
'jshint',
|
||||
'mochacov:unit'
|
||||
'run:generate',
|
||||
'mochacov:unit',
|
||||
]);
|
||||
|
||||
grunt.registerTask('coverage', [
|
||||
'mochacov:make_coverage_html',
|
||||
'open:coverage'
|
||||
]);
|
||||
|
||||
grunt.registerTask('travis', [
|
||||
'test',
|
||||
'browser_clients:test',
|
||||
'mochacov:ship_coverage'
|
||||
]);
|
||||
};
|
||||
Reference in New Issue
Block a user