Esri / ember-cli-cedar

Ember addon for Esri's Cedar charting library
https://esri.github.io/ember-cli-cedar/#/charts/bar
Apache License 2.0
3 stars 2 forks source link

Timeout re-implemented #84

Closed benstoltz closed 6 years ago

benstoltz commented 6 years ago

…optional time for a default

tomwayson commented 6 years ago

For now using fetch-mock to ensure that the timeout test passes reliably.

Also added ember-exam and used it to run tests 50 times before pushing, and we can use that to flush out flakey tests in the future.

benstoltz commented 6 years ago

@tomwayson would there be any benefit for us to make timeoutErr be an optional input or would that be overkill?