Add some more logging to the tests
... to help diagnose when they fail
This commit is contained in:
@@ -70,7 +70,8 @@ describe('loading:', function () {
|
||||
});
|
||||
});
|
||||
|
||||
afterEach(async function() {
|
||||
afterEach(async function () {
|
||||
console.log('loading: afterEach');
|
||||
if (parentDiv) {
|
||||
ReactDOM.unmountComponentAtNode(parentDiv);
|
||||
parentDiv.remove();
|
||||
|
||||
Reference in New Issue
Block a user