Skip to content

lroche/karma-dojo

Repository files navigation

Karma-dojo

Mainly, an adapter for testing Dojo code with Karma platform.

Here, some examples using the famous Jasmine bdd framework.

Setup

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 ..

Run

karma start karma.conf.js

Dev

Designed only for Karma 0.8.x (stable version). Tested with Dojo 1.8.2 and 1.9.0 SDK.

Licence

MIT License

About

An adapter for testing Dojo code with Karma

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published