Created
March 26, 2015 12:23
-
-
Save fomkin/5f41efafa4a44bb8fb33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val utestSettings = Seq( | |
scalaJSStage in Test := FastOptStage, | |
persistLauncher in Test := false, | |
testFrameworks += new TestFramework("utest.runner.Framework"), | |
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.3.1" % "test" | |
) | |
lazy val frontend = project.settings(utestSettings:_*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment