It would be great if the nextTick method returned a promise so it could be used with async/await.
Currently it doesn't return anything so not sure how it's currently utilized - it would at least require a callback to work correctly and have your assertions run within that callback.