mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
added test but not passing for weird reason
This commit is contained in:
parent
30b1f58e77
commit
f35aef89ae
1 changed files with 7 additions and 0 deletions
|
@ -156,5 +156,12 @@ describe('Git', function() {
|
|||
);
|
||||
});
|
||||
|
||||
it('makes a tag', function() {
|
||||
expectTreeAsync(
|
||||
'git tag v1',
|
||||
'{"branches":{"master":{"target":"C1","id":"master","remoteTrackingBranchID":null}},"commits":{"C0":{"parents":[],"id":"C0","rootCommit":true},"C1":{"parents":["C0"],"id":"C1"}},"tags":{"v1":{"target":"C1","id":"v1","type":"tag"}},"HEAD":{"target":"master","id":"HEAD"}}'
|
||||
);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue