Skip to content

Commit 98119a6

Browse files
author
John Haley
committed
Cleanup repo after each clone test
1 parent 7eb2108 commit 98119a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests/clone.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ describe("Clone", function() {
2727

2828
afterEach(function(done) {
2929
if (this.repository) {
30+
this.repository.stateCleanup();
3031
this.repository.free();
3132
delete this.repository;
3233
}

0 commit comments

Comments
 (0)