We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nyc/ava is a relic of a previous dev, but no one uses it.
We cannot use watch tests anyway with this codebase, as they run a minute or so full relayer tests.
We could migrate to something more common. And ideally that gives better stack traces on errors
The text was updated successfully, but these errors were encountered:
jest is very common (and has test watching). In CosmJS we still use Jasmine because in contrast to jest it runs well in the browser.
Both share the same syntax.
Sorry, something went wrong.
We have no need to watching. I am not sure if we care much about the browser use case, but I consider it a nice to have
Either jasmine or jest seem reasonable. Happy for a pr to either one.
No branches or pull requests
nyc/ava is a relic of a previous dev, but no one uses it.
We cannot use watch tests anyway with this codebase, as they run a minute or so full relayer tests.
We could migrate to something more common. And ideally that gives better stack traces on errors
The text was updated successfully, but these errors were encountered: