dojo / cli-build-widget

Command for building Dojo widgets
Other
6 stars 17 forks source link

Switch away from testing against fixtures #34

Closed matt-gadd closed 5 years ago

matt-gadd commented 6 years ago

The output fixtures are a nightmare to maintain and are not portable across platforms. We should switch to the way we now test in cli-build-app, and that is to assert that the thing actually works in the browser. see: https://github.com/dojo/cli-build-app/pull/99 and https://github.com/dojo/cli-build-app/blob/master/tests/integration/build.spec.ts

agubler commented 5 years ago

resolved by #48