-
Notifications
You must be signed in to change notification settings - Fork 2
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
Testing Framework #10
Comments
I've never worked with any JS test framework before (except the Codewars kata test framework, which is written for NodeJS), so I can't suggest any. At first sight Jasmine looks pretty good to me. I like the API. +1 for Jasmine |
I like the one used at Codewars (which might be https://github.com/visionmedia/mocha ) but I don't really care... 😃 So, Jasmine it is? |
At Codewars they use a self-written framework, which I've linked in the comment above yours 😄 |
Ok, cool! Hm, I think then the next question is related issue #8 - it would be nice if the tests were run by some kind of build tool. Just checked, there's a Jasmine plugin for Grunt. Well, I will start writing tests anyways but still... :D |
@kiltec mentioned that he might be interested in writing some tests (because we do have non so far). Question now what library / framework would be want?
My suggestion would be Jasmine.
The text was updated successfully, but these errors were encountered: