shaktiman_droid
07/21/2023, 5:16 PMjsNodeTest
failures with this error. No other stack trace.
Error at node:internal/timers:464
Any insights about how to resolve this?
We’ve large json
strings in the tests that we serialize/deserialize. Maybe that’s causing this issue?
We used to have json
files in resources
folder but since kotlin/JS
doesn’t have a readBinaryResource
API, we moved json files into code strings.Artem Kobzar
07/24/2023, 9:27 AMshaktiman_droid
07/24/2023, 3:17 PM