Add some more logging to the tests

... to help diagnose when they fail
This commit is contained in:
Richard van der Hoff 2017-06-20 15:35:01 +01:00
parent 8f8b28425d
commit abf21675d5
2 changed files with 7 additions and 3 deletions

View file

@ -70,7 +70,8 @@ describe('loading:', function () {
});
});
afterEach(async function() {
afterEach(async function () {
console.log('loading: afterEach');
if (parentDiv) {
ReactDOM.unmountComponentAtNode(parentDiv);
parentDiv.remove();