mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 15:30:56 +02:00
chore: use gulp
instead of grunt
This commit is contained in:
parent
17bce6b835
commit
edfd052c4c
21 changed files with 2021 additions and 1487 deletions
|
@ -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() {
|
|||
);
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue