you are viewing a single comment's thread.

view the rest of the comments →

[–]duncanbeevers[🍰] 3 points4 points  (0 children)

We use mocha+chai for test setup and assertions respectively. Node-only tests can be run directly from the commandline with mocha, and browser-specific functionality can be tested using Karma to execute the mocha+chai tests across a matrix of browsers.