Skip to content

Commit

Permalink
Correctly cleanup after global mock
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeritz committed Jun 15, 2020
1 parent d418c03 commit b1d49ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/find.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('record retrival', function() {
});

afterAll(function() {
delete global.x;
delete global.window;
return teardownAsync();
});

Expand Down

0 comments on commit b1d49ec

Please sign in to comment.