Closed rorticus closed 7 years ago
Type: bug
The following has been addressed in the PR:
Description:
Errors during the webpack build will now return a rejected promise. With this, dojo test will fail when you have build errors.
dojo test
Resolves https://github.com/dojo/cli-test-intern/issues/31
This also addresses at least part of #207, correct?
Good catch @mwistrand , yes!
Type: bug
The following has been addressed in the PR:
Description:
Errors during the webpack build will now return a rejected promise. With this,
dojo test
will fail when you have build errors.Resolves https://github.com/dojo/cli-test-intern/issues/31