Unmount TimelinePanel when test completes
... mostly because it seems like a nice idea.
This commit is contained in:
@@ -76,7 +76,8 @@ describe('TimelinePanel', function() {
|
||||
|
||||
afterEach(function() {
|
||||
if (parentDiv) {
|
||||
document.body.removeChild(parentDiv);
|
||||
ReactDOM.unmountComponentAtNode(parentDiv);
|
||||
parentDiv.remove();
|
||||
parentDiv = null;
|
||||
}
|
||||
sandbox.restore();
|
||||
|
||||
Reference in New Issue
Block a user