gabrieldoty / simplify-scorm

Scorm 1.2 Javascript API
MIT License
230 stars 77 forks source link

Add a testing framework and tests #11

Closed xob closed 6 years ago

xob commented 6 years ago

I have added a testing framework (Karma running Chrome Headless, with Mocha, Chai and SinonJS, integrated into Grunt tasks), and tests for most source files.

The only untested file that remains is scormAPI.js. While it is the most important file to test, I have run out of time for this weekend, and figured I would create a "smaller" PR today instead of waiting until I had everything done (probably next weekend, or in two weeks).

Enjoy!

gabrieldoty commented 6 years ago

Awesome on the tests! Great to have these now!