204 Views
The AngularJS team created Karma, but Karma isn’t tied to AngularJS. As a test runner, I can use Karma to run tests against any JavaScript code using a variety of testing frameworks in a variety of browsers. All I need is Node.js.
1 comments
J Hall
10/14/2014 5:34:33 PM
Good intro to Karma. Window users may have trouble with that bit about ```karma init``` which is why I tried to document my saga and [resulting solution](https://javascriptkicks.com/stories/1153)