-
Notifications
You must be signed in to change notification settings - Fork 405
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
Rewrite tests to use a node friendly test suite #466
Comments
As we discussed, the unit tests are in need of a level up. I love this idea. |
Cheers … I already utilizing |
Hi, I've added tap support to the project and converted over the of the test files to get started with this issue. I've opened the above pull request. |
That's great @dbradf I use |
The current implementation utilizes
grunt-contrib-nodeunit
.I suggest to use a more node-friendly test suite like
tap
. There are many benefits to use a simple and concise test suite:The text was updated successfully, but these errors were encountered: