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
Write some unit tests to make sure that at least the core features are reliable.
The text was updated successfully, but these errors were encountered:
I would like to know which unit test case you are working with so i can write some unit tests here.
Sorry, something went wrong.
@erickbelfy some topics that come to my mind on the subject:
Regarding the test runner, I've been using ava lately for tests and I'm pretty happy with it. Mostly because:
ava
await
async
yield
tape
See an example of a simple async test suite I built for a project.
I'm open to use whatever though, just wanted to mention my last experiences with testing.
No branches or pull requests
Write some unit tests to make sure that at least the core features are reliable.
The text was updated successfully, but these errors were encountered: