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?
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 normaltestconfiguration. What are the settings that need to be done for the IntegrationTest configuration?