Skip to content

Releases: tomwayson/generator-esri-widget

Mocha? Jasmine? Your choice my friend

Choose a tag to compare

@tomwayson tomwayson released this 02 Sep 04:37

Thanks again @davewilton!

Option for TypeScript widget

Choose a tag to compare

@tomwayson tomwayson released this 02 Sep 04:15

Thanks @davewilton!

Let users choose test page type

Choose a tag to compare

@tomwayson tomwayson released this 24 Mar 05:18

Users can choose whether or not the test page should include a map, and if it does, whether or not to create that map using new Map() or arcgisUtils.createMap().

Updated test page to JSAPI 3.13

Choose a tag to compare

@tomwayson tomwayson released this 24 Mar 05:15

Updated the test page to JSAPI 3.13

v0.1.0

Choose a tag to compare

@tomwayson tomwayson released this 08 Jul 01:48

Repurposed this repo to create more generic widgets that can be used in any Esri Dojo web app.

Based off of https://github.com/steveoh/generator-dojo-widget with these differences:

  • The functional test page should have a map on it by default
  • Tests should expect mocha as the test framework instead of Jasmine
  • Indent using 2 spaces.