scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
235 stars 101 forks source link

Use with IntegrationTests #434

Open cornerman opened 1 year ago

cornerman commented 1 year ago

It is possible to setup integration-tests with scala-js (https://www.scala-js.org/doc/project/testing.html).

But for now, I am not able to run the tests in a scalajs-bundler project. The js dependencies are not installed when running IntegrationTest/test - only if I run in the normal test configuration. What are the settings that need to be done for the IntegrationTest configuration?