Mainly, an adapter for testing Dojo code with Karma platform.
Here, some examples using the famous Jasmine bdd framework.
install karma:
npm install karma -g
download Dojo toolkit SDK and put into a lib directory or install by using CPM :
mkdir lib
cd lib
cpm install dijit 1.8.2
cd ..
karma start karma.conf.js
Designed only for Karma 0.8.x (stable version). Tested with Dojo 1.8.2 and 1.9.0 SDK.
MIT License