You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 normaltest
configuration. What are the settings that need to be done for the IntegrationTest configuration?The text was updated successfully, but these errors were encountered: