Add some more logging to the tests
... to help diagnose when they fail
This commit is contained in:
parent
8f8b28425d
commit
abf21675d5
2 changed files with 7 additions and 3 deletions
|
@ -70,7 +70,8 @@ describe('loading:', function () {
|
|||
});
|
||||
});
|
||||
|
||||
afterEach(async function() {
|
||||
afterEach(async function () {
|
||||
console.log('loading: afterEach');
|
||||
if (parentDiv) {
|
||||
ReactDOM.unmountComponentAtNode(parentDiv);
|
||||
parentDiv.remove();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue