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
To speed a merging, we've let a previous contributor implement tests in mocha.
I think this was a mistake as it makes this repo inconsistent with the tooling stack we use for all the zk-kit repos. Especially we use jest.
We should refactor the existing tests, config and ci to use jest instead of mocha.
The text was updated successfully, but these errors were encountered:
To speed a merging, we've let a previous contributor implement tests in mocha.
I think this was a mistake as it makes this repo inconsistent with the tooling stack we use for all the zk-kit repos. Especially we use
jest
.We should refactor the existing tests, config and ci to use
jest
instead ofmocha
.The text was updated successfully, but these errors were encountered: