Closed toolness closed 8 years ago
This fixes #9 by porting over tests from test-loop-inserter.js.
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!
chai.expect
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!