Convert nextTick calls to use async / await
Instead of Promises. Make sure all of them use `wrapper.vm` instead of using `Vue`. Make sure wrapper is set to null after each test.
Showing
Please register or sign in to comment
Instead of Promises. Make sure all of them use `wrapper.vm` instead of using `Vue`. Make sure wrapper is set to null after each test.