jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Replace tests to allow use with Karma #1077

Open rjwaring opened 9 years ago

rjwaring commented 9 years ago

I saw the note about adding Karma to TogetherJS to allow the tests to be automatically run. However there isn't a Karma plugin to allow use with Doctest. Given that there aren't many tests in the project currently, would it be easier to do a wholesale swap to Jasmine (or other framework that Karma supports out of the box), rather than writing a doctest adapter for Karma?