Skip to content
Prev Previous commit
Next Next commit
Cleanup repo after each clone test
  • Loading branch information
John Haley committed Feb 26, 2015
commit 98119a6bb161c7e14ba59a660008332c43478efa
1 change: 1 addition & 0 deletions test/tests/clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ describe("Clone", function() {

afterEach(function(done) {
if (this.repository) {
this.repository.stateCleanup();
this.repository.free();
delete this.repository;
}
Expand Down