johanneswuerbach / saucie

This library allows you to integrate results of your frontend JavaScript tests into a [Sauce jobs results page](https://saucelabs.com/docs/javascript-unit-tests-integration).
26 stars 18 forks source link

update check for global global_test_results and coerce passed to Boolean #84

Closed chuckcarpenter closed 6 years ago

chuckcarpenter commented 6 years ago

@johanneswuerbach this branch tightens up the check for the global global_test_results as that was sometimes falling though on the typeof check for my tests.

johanneswuerbach commented 6 years ago

Thanks 🙏