mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-28 05:21:39 +00:00

wasm-bindgen-test and wasm-bindgen need to be different versions (0.3 and 0.2, respectively), otherwise no tests are found([1], [2]); This also fixes the test to and ci runner to just test in the current env/tz, thereby requiring that js_sys returns the same timezone as the host system thinks it is, but not otherwise trying to set the TZ. [1]: https://users.rust-lang.org/t/wasm-bindgen-test-and-no-tests-to-run/43444 [2]: https://github.com/rustwasm/wasm-bindgen/pull/2123