mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat(tag): add bindings and api
This commit is contained in:
parent
f0803298c8
commit
0cdaa6f8f4
10 changed files with 392 additions and 1 deletions
|
@ -30,7 +30,12 @@ void main() {
|
|||
test('returns a list', () {
|
||||
expect(
|
||||
repo.references.list(),
|
||||
['refs/heads/feature', 'refs/heads/master', 'refs/tags/v0.1'],
|
||||
[
|
||||
'refs/heads/feature',
|
||||
'refs/heads/master',
|
||||
'refs/tags/v0.1',
|
||||
'refs/tags/v0.2',
|
||||
],
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue