You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
The bug is inside of __test__/index.spec.ts, the other test (__test__/low_level.spec.ts) works.
I found out that if we run ava with --no-worker-threads it works every time locally.
So this is somewhere in the combination of ava's worker threads and the JsonRpcClient.
Maybe something about the event emitter?
yarn test
sometimes work but sometimes it exits with an error code.I did not find the source of this issue.
The text was updated successfully, but these errors were encountered: