liammclennan/JavaScript-Koans

Jasmine?

sukima opened this issue · 2 comments

I find I like the Jasmine testing framework much more than QUnit. It is possible new students might find it's syntax a little more friendly.

I wonder what the interests is in either converting this to Jasmine or including Jasmine allowing the student to choose which test framework they want. (The later requires duplication of code).

I too prefer to work with Jasmine and while I think that the choice of testing framework is not significant for JavaScript koans I think that most important factor is to choose additional burden places on the student. For the novice I think that QUnit is easier to grasp.

Adding a choice is undesirable for much the same reason. I don't want to add friction to the process.

Fair enough 😄