Hi, I'm having a problem with my unit tests when running them in JavaScript. I'm using
TimeZone.of("Europe/Amsterdam")
, but that is not recognized during unit tests in JS (a
IllegalTimeZoneException
is thrown), presumably because it can't find some asset/resource with time zone information? Is this a known issue, does anyone know how to solve this?
The time zone can be found without problem when I run the code normally