kredati / turtlejs

Deeply pedagogical turtle graphics in p5.js.
https://kredati.github.io/turtlejs/
2 stars 0 forks source link

Development testing #12

Open kredati opened 7 years ago

kredati commented 7 years ago

Research, plan, develop, and execute a testing framework for development.

kredati commented 7 years ago

For more information, see https://medium.com/powtoon-engineering/a-complete-guide-to-testing-javascript-in-2017-a217b4cd5a2a

kredati commented 7 years ago

Jasmine it is—at least for now. Will start writing unit tests for all modules, starting with util. Will TDD-refactor command.

kredati commented 7 years ago

Also, see https://github.com/mawrkus/js-unit-testing-guide as a helpful guide.