-
Notifications
You must be signed in to change notification settings - Fork 375
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
proposal for moving to mocha #409
Conversation
❤️ Mocha! |
Sweet then I will migrate the rest. This will take some time though. |
c2fc006
to
895b448
Compare
I migrated all tests, but it needs some review to make sure I didn't miss a test or misspelled something. |
895b448
to
ecc4caf
Compare
@epeli do you prefer a mocha reporter? I would vote for "nyan" 😄 or "dot" |
ecc4caf
to
eb2f8cd
Compare
@epeli If you have time, it would be cool if you could review this, it's a really big change 😄 |
Yeah, that's why I've been fine with qunit =) But I'll take a look at during the weekend. |
@epeli did you have time to check this out? |
@epeli Would be cool if we could merge or close this to not block further development. |
How about we move from qunit to mocha.
This would clean up our repo and allow us to have a nice code coverage report.
As an example I migrated some tests in the
tests
folder and created a new gulp task (gulp mocha
).TODO