feat(tag): add bindings and api

This commit is contained in:
Aleksey Kulikov 2021-09-03 12:13:23 +03:00
parent f0803298c8
commit 0cdaa6f8f4
10 changed files with 392 additions and 1 deletions

View file

@ -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',
],
);
});