Skip to content

Commit

Permalink
Fix test case after change Javascript helper
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-spencer committed Oct 4, 2024
1 parent cb5f973 commit e114ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-ossuminc/scalajs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enablePlugins(OssumIncPlugin)

lazy val root = Root("scalajs", startYr = 2024)
.enablePlugins(ScalaJSPlugin)
.configure(With.basic, With.js("test main", hasMain = true))
.configure(With.basic, With.js("test main", hasMain = true, withCommonJSModule=true))
.settings(
scalaVersion:= "3.4.2",
maxErrors := 50,
Expand Down

0 comments on commit e114ba4

Please sign in to comment.