diff --git a/test/test.ts b/test/test.ts index c908c4a..c809cba 100644 --- a/test/test.ts +++ b/test/test.ts @@ -13,8 +13,6 @@ let paths = { noGit: path.resolve('./test/') } - - describe('smartgit', function () { let testGitRepo: smartgit.GitRepo let testGitRepoCloned: smartgit.GitRepo diff --git a/ts/smartgit.classes.gitrepo.ts b/ts/smartgit.classes.gitrepo.ts index 13b343c..24f8f5d 100644 --- a/ts/smartgit.classes.gitrepo.ts +++ b/ts/smartgit.classes.gitrepo.ts @@ -84,7 +84,6 @@ export class GitRepo { return done.promise } - /** * pull latest changes from remote */