Skip to content

Commit

Permalink
test: fix ie11 again
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Apr 27, 2022
1 parent 3198db2 commit 1b83ab6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ describe('unrendering styles', () => {
.then(() => {
expect(getDivColor(children[0])).toEqual('rgb(255, 0, 0)');
expect(getDivColor(children[1])).toEqual('rgb(255, 0, 0)');
parent.remove();
document.body.removeChild(parent);
children = getChildren();
})
.then(() => {
expect(getDivColor(children[0])).toEqual('rgb(255, 0, 0)');
parent.remove();
document.body.removeChild(parent);
children = getChildren();
})
.then(() => {
Expand Down

0 comments on commit 1b83ab6

Please sign in to comment.