fix(core): update

This commit is contained in:
2020-08-15 13:46:56 +00:00
parent 98d1f8aea2
commit 90f57bee1a
5 changed files with 10821 additions and 907 deletions

View File

@ -7,6 +7,6 @@ const testRepoDir = path.join(__dirname, '../.nogit/testrepo');
tap.test('should create a new repo at .nogit', async () => {
const gitRepo = await smartgit.GitRepo.fromCreatingRepoInDir(testRepoDir);
})
});
tap.start();