Esri / dojo-bootstrap-map-js

Samples for how to use the Esri ArcGIS API for JavaScript w/ Bootstap via Dojo-bootstrap
Apache License 2.0
71 stars 83 forks source link

Add testing framework #38

Open tomwayson opened 10 years ago

tomwayson commented 10 years ago

Probably Karma/mocha. See esri-karma-tutorial.

nickpeihl commented 9 years ago

I know the mantra says "test only your code", but does bootstrap-map-js already have tests that aren't in the repository? Is writing tests for that going to be necessary, too?

tomwayson commented 9 years ago

No, i'm not hiding secret tests. I wish I was.

I created this repo before I had any experience w/ fron-end testing tools, and I've never had time to add them along the way. I'm about to add IE config to esri-karma-tutorial, after which it would be a good starting point.