mikebolt / ThreeTwist

ThreeTwist is a JavaScript library for simulating, visualizing, and interacting with 3D twisty puzzles.
MIT License
3 stars 0 forks source link

Set up a unit testing framework #2

Open mikebolt opened 9 years ago

mikebolt commented 9 years ago

A unit testing framework could greatly help this project. A good test suite could help find and prevent bugs. A testing framework with a good gulp plugin would be ideal.

mikebolt commented 9 years ago

I could consider this done now as of r 18e3a5, but I would like to add some actual tests for the project first to see if this unit testing setup is a good fit.