mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(describe): add bindings and api
This commit is contained in:
parent
c88b75b0fd
commit
caac6b2fd2
6 changed files with 409 additions and 4 deletions
|
@ -86,10 +86,10 @@ void main() {
|
|||
});
|
||||
|
||||
test('successfully deletes tag', () {
|
||||
expect(Tag.list(repo), ['v0.1', 'v0.2']);
|
||||
expect(repo.tags, ['v0.1', 'v0.2']);
|
||||
|
||||
tag.delete();
|
||||
expect(Tag.list(repo), ['v0.1']);
|
||||
expect(repo.tags, ['v0.1']);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue