update to state of the art
This commit is contained in:
5
node_modules/jake/test/integration/jakefile.js
generated
vendored
5
node_modules/jake/test/integration/jakefile.js
generated
vendored
@@ -12,6 +12,11 @@ task({'noAction': ['default']});
|
||||
desc('No action, no prereqs.');
|
||||
task('noActionNoPrereqs');
|
||||
|
||||
desc('Top-level zerbofrangazoomy task');
|
||||
task('zerbofrangazoomy', function () {
|
||||
console.log('Whaaaaaaaa? Ran the zerbofrangazoomy task!')
|
||||
});
|
||||
|
||||
desc('Task that throws');
|
||||
task('throwy', function () {
|
||||
let errorListener = function (err) {
|
||||
|
Reference in New Issue
Block a user