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
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Need to create unit tests so we can be sure changes don't break other parts of the code base.
The text was updated successfully, but these errors were encountered:
Original comment by Xu Meng (Bitbucket: mengxumx, GitHub: dmabupt).
I have added a basic test script in the test directory. It is based on Mocha.
Sorry, something went wrong.
I am currently working on mocha unit tests for:
Kicked this off with PR #34.
Its a good start but some functional tests can be improved by not only checking the existence of properties but also validating the values.
In some cases the values are dynamic we should try to ensure it matches and expected pattern or explore other options.
Closing this because #34 adds unit and functional tests
abmusse
No branches or pull requests
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Need to create unit tests so we can be sure changes don't break other parts of the code base.
The text was updated successfully, but these errors were encountered: