Closed ericmdantas closed 8 years ago
Can you also add a blurb to the README on how to test, seems like common practice.
By the way, now you can only test if you run either: npm t
or grunt test
;
do you think it's a good idea to run the tests everytime someone runs grunt
?
@ericmdantas Can you please rebase your branch with master to get back in sync with the latest changes? Then, we'll be able to merge it.
Any update on this?
I guess this would need a complete rework by me.
If there's still interest I could check if it's better to refactor this PR or close it and reimplement it.
I'll be able to do it only on Sunday, though.
Any news on this?
I rebase locally and there's a few things to change.
I think it'd be better if you close this one, so I can open a new PR with updated stuff.
Added some unit tests, got 94%+ lines covered.
To get 100% and make the tests easier to maintain, I suggest we change a few things here and there. But that's up to you to decide if it'd be good or not.
Also setup the integrations with Travis CI and Coveralls, all you have to do is sign up in both of their sites and sync this repo.
Let me know what you think =]