feat(remote): add bindings and api

This commit is contained in:
Aleksey Kulikov 2021-09-22 18:11:20 +03:00
parent 3b883c49e3
commit e0e16aea30
9 changed files with 1218 additions and 1 deletions

View file

@ -6,7 +6,7 @@ import 'helpers/util.dart';
void main() {
late Repository repo;
late Signature stasher;
final tmpDir = '${Directory.systemTemp.path}/patch_testrepo/';
final tmpDir = '${Directory.systemTemp.path}/stash_testrepo/';
setUp(() async {
if (await Directory(tmpDir).exists()) {