ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 67 forks source link

Update gulp `test` task to fail on test errors #418

Closed andrewconnell closed 7 years ago

andrewconnell commented 7 years ago

When submitting a pull request, make sure you do the following:

The CI process for this PR will fail because tests are failing. But before this PR, these failing tests resulted in green builds which not correct. The fixes in this PR return any errors from running tests to the calling process and return non-zero return codes in the case of failing tests.

References #417