π [Bug] 'pages/registration.spec.jsβ Has Internal Errors
Created by: Tirokk
π Bugreport
pages/registration.spec.js
has internal errors.
Steps to reproduce the behavior
- run
yarn test pages/registration.spec.js
- see the errors above the test
Expected behavior
No errors.
Version & Environment
None
Additional context
@Mogge said that this will probably have something to do with wrongly sync
or async
describe
or it
blocks in testing.
$ yarn test
states sometimes this warning:
A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks.