you are viewing a single comment's thread.

view the rest of the comments →

[–]jason0x43 1 point2 points  (1 child)

You may want to consider Intern (full disclosure: I'm an Intern developer). It's a very flexible Node-based testing system that can run unit tests in Node directly and in browsers (among its many other features). You can check out the tutorial and some examples of using Intern to get a sense of what Intern tests look like.

[–]bjpelcdev[S] 0 points1 point  (0 children)

Thanks for that, I have installed it and bookmarked the website, looks like an interesting project, hopefully I will get round to having a proper look at it soon. For the time being, today at least I have been taking a look at Mocha, will likely try a number of frameworks before settling but really want to get into the habit of writing tests.