chore: use gulp instead of grunt

This commit is contained in:
hongarc 2020-03-15 03:31:53 +07:00
parent 17bce6b835
commit edfd052c4c
21 changed files with 2021 additions and 1487 deletions

View file

@ -4,7 +4,7 @@ var expectTreeAsync = base.expectTreeAsync;
describe('Mercurial', function() {
var assert = function(msg, command, tree) {
it(msg, function() {
expectTreeAsync(command, tree);
return expectTreeAsync(command, tree);
});
};
@ -63,4 +63,3 @@ describe('Mercurial', function() {
);
});