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
1 Missing Bot Action in Tests:
Botmation/src/tests/botmation/actions/utilites.spec.ts
Line 35 in 69dec4b
wait()() doesn't have proper testing yet, see code comments for more
wait()()
The text was updated successfully, but these errors were encountered:
Added an integration test to calling setTimeout via the sleep() utility helper: https://github.com/mrWh1te/Botmation/blob/master/src/tests/botmation/helpers/utilities.spec.ts
sleep()
Add one more integration test on the bot action, then follow Jest for adding new features into setTimeout testing
Sorry, something went wrong.
Extending test coverage to the console helper methods will increase coverage a bit
Resolved in PR #20
No branches or pull requests
1 Missing Bot Action in Tests:
Botmation/src/tests/botmation/actions/utilites.spec.ts
Line 35 in 69dec4b
wait()()
doesn't have proper testing yet, see code comments for moreThe text was updated successfully, but these errors were encountered: