From 0cb923211eed5a26dbc477276d33c4c1aa2adb4e Mon Sep 17 00:00:00 2001 From: KodrAus Date: Tue, 27 Jun 2023 11:21:57 +1000 Subject: [PATCH] add missing wasm import --- src/timestamp.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/timestamp.rs b/src/timestamp.rs index c4de53f1..84d3c854 100644 --- a/src/timestamp.rs +++ b/src/timestamp.rs @@ -447,6 +447,13 @@ pub mod context { mod tests { use super::*; + #[cfg(all( + target_arch = "wasm32", + target_vendor = "unknown", + target_os = "unknown" + ))] + use wasm_bindgen_test::*; + #[test] #[cfg_attr( all(