A small test framework for sbt and Scala.js that allows you to write specifications.
Add the framework as library dependency
libraryDependencies += "org.qirx" %% "little-spec" % "version" % "test"
Add the test framework
testFrameworks += new TestFramework("org.qirx.littlespec.sbt.TestFramework")
Add the framework as library dependency
libraryDependencies += "org.qirx" %%% "little-spec" % "version" % "test"
Add the test framework
ScalaJSKeys.scalaJSTestFramework in Test := "org.qirx.littlespec.scalajs.TestFramework"