lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
695 stars 60 forks source link

Ensure that all of Flocking's unit tests can run in Node.js as well as in the browser #177

Closed colinbdclark closed 7 years ago

colinbdclark commented 8 years ago

At the moment, Flocking's unit test suite uses raw QUnit, making it difficult or impossible to reuse those tests in Node.js despite the fact that Flocking itself runs in both environments.

Following osc.js' lead, we should port all Flocking's tests over to jqunit, which provides stable and reliable cross-environment unit testing on top of QUnit.