Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 190d4a9

Browse files
committed
Clean up the atomEnv
1 parent c46f68a commit 190d4a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/views/tabbable.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ describe('makeTabbable', function() {
1212
tabGroup = new TabGroup();
1313
});
1414

15+
afterEach(function() {
16+
atomEnv.destroy();
17+
});
18+
1519
it('accepts an HTML tag', function() {
1620
const TabbableDiv = makeTabbable('div');
1721
const wrapper = shallow(

0 commit comments

Comments
 (0)