toolness / p5.js-widget

A reusable widget for embedding editable p5 sketches in web pages.
https://toolness.github.io/p5.js-widget/
GNU Lesser General Public License v2.1
162 stars 44 forks source link

Add initial unit test suite #19

Closed toolness closed 8 years ago

toolness commented 8 years ago

This fixes #9 by porting over tests from test-loop-inserter.js.

Decided to use chai for assertions because it's what p5 uses.

Using mocha because it's awesome (it also happens to be what p5 uses, but that's purely coincidental).

Side note: having TypeScript-powered editor auto-completion for chai.expect's massive API is really nice!