Replies: 2 comments 2 replies
-
|
Did you try to build JS file without obfuscation and debug it? Did you try to print something from your tests and see if the text appears in the browser console? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It does not work this way. Nobody knows the existing answer. To answer your question, one needs to take your code and debug it - or you can do it yourself. Not that there's some tip that magically speeds up solving this issue. Just do old good debugging, that's it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an HTTP Client library for an SDK using TeaVM JSO. I noticed a weird issue: a test doesn’t seem to run at all. I even added a failing assertion, but it still passes.
Here’s the test in question:
https://github.com/kerbymart/HttpClient/blob/b65dbbb0f60adb2848fda84fc4d085d651e83075/src/test/java/org/cyberquarks/http/request/HttpClientTest.java#L247
Anyone able to spot why this might be happening?
Beta Was this translation helpful? Give feedback.
All reactions