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
|
@ -3,7 +3,7 @@ var expectTreeAsync = base.expectTreeAsync;
|
|||
|
||||
describe('Git Remote simple', function() {
|
||||
it('clones', function() {
|
||||
expectTreeAsync(
|
||||
return expectTreeAsync(
|
||||
'git clone',
|
||||
'{"branches":{"master":{"target":"C1","id":"master","remoteTrackingBranchID":"o/master"},"o/master":{"target":"C1","id":"o/master","remoteTrackingBranchID":null}},"commits":{"C0":{"parents":[],"id":"C0","rootCommit":true},"C1":{"parents":["C0"],"id":"C1"}},"HEAD":{"target":"master","id":"HEAD"},"originTree":{"branches":{"master":{"target":"C1","id":"master","remoteTrackingBranchID":null}},"commits":{"C0":{"parents":[],"id":"C0","rootCommit":true},"C1":{"parents":["C0"],"id":"C1"}},"HEAD":{"target":"master","id":"HEAD"}}}'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue