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

Testing Framework #10

Closed
glaubinix opened this issue Oct 23, 2013 · 4 comments
Closed

Testing Framework #10

glaubinix opened this issue Oct 23, 2013 · 4 comments
Labels

Comments

@glaubinix
Copy link
Owner

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

@BattleRattle
Copy link
Collaborator

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

@kiltec
Copy link
Contributor

kiltec commented Oct 23, 2013

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?

@BattleRattle
Copy link
Collaborator

I like the one used at Codewars (which might be https://github.com/visionmedia/mocha ) but I don't really care... 😃

At Codewars they use a self-written framework, which I've linked in the comment above yours 😄
But Jasmine seems to have a similar API, so I think yes, Jasmine it is

@kiltec
Copy link
Contributor

kiltec commented Oct 23, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants