Skip to content
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

Merged
merged 3 commits into from
Apr 21, 2015
Merged

proposal for moving to mocha #409

merged 3 commits into from
Apr 21, 2015

Conversation

stoeffel
Copy link
Collaborator

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).

screen shot 2015-02-17 at 18 49 08

TODO

  • migrate all tests
  • migrate standalone tests
  • remove qunit
  • remove old tests
  • moved benchmark to benchmark.js

@esamattis
Copy link
Owner

❤️ Mocha!

@stoeffel
Copy link
Collaborator Author

Sweet then I will migrate the rest. This will take some time though.

@stoeffel stoeffel force-pushed the test-coverage branch 8 times, most recently from c2fc006 to 895b448 Compare February 18, 2015 12:00
@stoeffel
Copy link
Collaborator Author

I migrated all tests, but it needs some review to make sure I didn't miss a test or misspelled something.
Detailed coverage is in ./coverage/index.html or run gulp test --cov.

@stoeffel
Copy link
Collaborator Author

@epeli do you prefer a mocha reporter? I would vote for "nyan" 😄 or "dot"

screen shot 2015-02-18 at 13 24 18

@stoeffel
Copy link
Collaborator Author

@epeli If you have time, it would be cool if you could review this, it's a really big change 😄

@esamattis
Copy link
Owner

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.

@stoeffel
Copy link
Collaborator Author

stoeffel commented Mar 8, 2015

@epeli did you have time to check this out?

@stoeffel
Copy link
Collaborator Author

@epeli Would be cool if we could merge or close this to not block further development.

stoeffel added a commit that referenced this pull request Apr 21, 2015
proposal for moving to mocha
@stoeffel stoeffel merged commit 22f676b into master Apr 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants