We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2f623 commit 911cd6eCopy full SHA for 911cd6e
build.sbt
@@ -20,3 +20,6 @@ enablePlugins(ScalaJSPlugin)
20
21
// This is an application with a main method
22
scalaJSUseMainModuleInitializer := true
23
+
24
+// Single Threaded Tests
25
+Test / parallelExecution := false
0 commit comments