Skip to content

Commit 4e49107

Browse files
committed
Set testingLibraryDom's module name
1 parent e50338a commit 4e49107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ object ScalaJsReact {
215215
.dependsOn(testUtil)
216216
.configure(commonSettings, publicationSettings, hasNoTests)
217217
.settings(
218+
moduleName := "testing_library-dom",
218219
libraryDependencies += Dep.scalaJsDom.value,
219220
)
220221

0 commit comments

Comments
 (0)