[SOLVED] I have a test in `commonTest` that does `...
# javascript
r
[SOLVED] I have a test in
commonTest
that does
TimeZone.of("US/Eastern")
. This test fails in karma/browser with
Uncaught IllegalTimeZoneException: DateTimeException: unsupported ZoneId
. This appears to be a limitation of the headless execution environment, but I'm not sure. Any way to avoid this?
I had that dependency and initialization code in my frontend module, but not in the shared module where the test was