-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
Migrate tests from QUnit to Lab? #5
Comments
Having a bit of headache getting Lab's (built in) Coverage Reporter to acknowledge that certain lines of code are being executed... See discussion over on: hapijs/lab#401 |
Given that we didn't get an answer on the Lab issue, we moved to Tape. |
Given that QUnit refuses to run all the tests in the /test directory ... see: http://stackoverflow.com/questions/31312650/how-to-run-several-qunit-node-js-test-files-using-a-single-command
We may be forced to migrate to using Lab ...
(Which isn't all that bad as its more Hapi.js focussed testing framework, which means this will be a more shareable tutorial ...)
The text was updated successfully, but these errors were encountered: