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
Browser unit tests are disabled in auto in build.gradle.kts because of the mysterious error below.
Tests on JVM are successful, but the the call to node fails:
Disconnected (0 times) reconnect failed before timeout of 2000ms (ping timeout)
java.lang.IllegalStateException: command '/Users/tiz/.gradle/nodejs/node-v22.0.0-darwin-x64/bin/node' exited with errors (exit code: 1)
I've tried to read up on this and add Karma config with other timeouts but it did not work.
I've also tried to remove all but one test and it produced the same error, I don't think this is a timeout issue actually, that one test runs in 0.2 seconds in JVM.
Actually, I do now know if the code works in browser or not. It did before, I'll have to check it again
The text was updated successfully, but these errors were encountered:
Browser unit tests are disabled in
auto
inbuild.gradle.kts
because of the mysterious error below.Tests on JVM are successful, but the the call to node fails:
The text was updated successfully, but these errors were encountered: