zio-http icon indicating copy to clipboard operation
zio-http copied to clipboard

ScalaJS tests are not catching errors

Open swoogles opened this issue 11 months ago • 0 comments

This issue https://github.com/zio/zio-http/issues/2707 should have broken this project's build. If the ScalaJS tests were actually running in a headless browser that would have triggered the failure.

https://github.com/zio/zio-http/blob/main/zio-http/js/src/test/scala/zio/http/JSClientSpec.scala This test passes, but would not pass when run in the browser.

swoogles avatar Feb 27 '24 23:02 swoogles