Skip to content

Instantly share code, notes, and snippets.

@fomkin
Created March 26, 2015 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fomkin/5f41efafa4a44bb8fb33 to your computer and use it in GitHub Desktop.
Save fomkin/5f41efafa4a44bb8fb33 to your computer and use it in GitHub Desktop.
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