mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat(reference): add ability to create direct reference
This commit is contained in:
parent
6643527f2d
commit
9190ed2e0f
16 changed files with 669 additions and 60 deletions
|
@ -6,9 +6,8 @@ import 'package:libgit2dart/src/error.dart';
|
|||
import 'helpers/util.dart';
|
||||
|
||||
void main() {
|
||||
late Repository repo;
|
||||
|
||||
group('Repository', () {
|
||||
late Repository repo;
|
||||
test('throws when repository isn\'t found at provided path', () {
|
||||
expect(
|
||||
() => Repository.open(''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue