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
see coveralls report for missed branches.
we need some kind of a mock/fake rcon server to run during tests to determine the following:
connected
this.responseCallbacks
this.commands
SERVERDATA_RESPONSE_VALUE
SERVERDATA_AUTH_RESPONSE
if we can cover all of these behaviours in tests, we'll have 100 (or close to) percent coverage. 🎉
The text was updated successfully, but these errors were encountered:
No branches or pull requests
see coveralls report for missed branches.
we need some kind of a mock/fake rcon server to run during tests to determine the following:
connected
eventconnected
eventthis.responseCallbacks
this.commands
this.commands
SERVERDATA_RESPONSE_VALUE
branch executionSERVERDATA_AUTH_RESPONSE
branch executionif we can cover all of these behaviours in tests, we'll have 100 (or close to) percent coverage. 🎉
The text was updated successfully, but these errors were encountered: