mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jake: fix test
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ task('default', function (params) {
|
||||
});
|
||||
|
||||
desc('This task has prerequisites.');
|
||||
task('hasPrereqs', ['foo', 'bar', 'baz'], function (params) {
|
||||
task('hasPrereqs', ['foo', 'bar', 'baz'], function () {
|
||||
console.log('Ran some prereqs first.');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user