mdedetrich / scalajson

ScalaJSON - JSON for Scala, currently contains minimal AST
BSD 3-Clause "New" or "Revised" License
55 stars 10 forks source link

Use specs2 for Scala.js when it has support #6

Closed mdedetrich closed 6 years ago

mdedetrich commented 8 years ago

Currently we use uTest for testing framework on Scala.js, however a big number of our tests are duplicated since specs2 isn't available for Scala.js.

When specs2 for Scala.js comes out, we should incorporate it

https://github.com/etorreborre/specs2/issues/465

mdedetrich commented 6 years ago

Closing this, we have moved to ScalaTest since it also has Scala 2.10.x support