kenbot / goggles

Pleasant, yet principled Scala optics DSL
MIT License
195 stars 7 forks source link

Replace Specs2 with uTest #37

Open kenbot opened 7 years ago

kenbot commented 7 years ago

Specs2 doesn't have a great ScalaJS story at the moment. We are not using any fancy features with our tests at the moment, we just need asserts and ScalaCheck.

If we move our tests to uTest instead, we should be able to run them cross platform, so ScalaJS is tested too.

kenbot commented 7 years ago

@etorreborre suggests that a Scala.js-compatible version of Specs2 might be only a month or two away; we can hold off on this for a while.