esri-karma-tutorial icon indicating copy to clipboard operation
esri-karma-tutorial copied to clipboard

A demonstration of how to use the Karma test runner to automatically run Jasmine BDD-style unit tests on your ArcGIS API for JavaScript code.

Results 2 esri-karma-tutorial issues
Sort by recently updated
recently updated
newest added

Confusingly, the utility modules used as examples in this tutorial actually would be a good candidates for mocking, b/c they have so few dependencies, yet the tutorial demonstrates how to...

Travis CI will run tests using Karma in Phantom (and FireFox) See: http://karma-runner.github.io/0.8/plus/Travis-CI.html It would be cool to add that to this repo.

enhancement