Skip to content

Commit 0cb9232

Browse files
committed
add missing wasm import
1 parent cb80ba2 commit 0cb9232

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/timestamp.rs

+7
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,13 @@ pub mod context {
447447
mod tests {
448448
use super::*;
449449

450+
#[cfg(all(
451+
target_arch = "wasm32",
452+
target_vendor = "unknown",
453+
target_os = "unknown"
454+
))]
455+
use wasm_bindgen_test::*;
456+
450457
#[test]
451458
#[cfg_attr(
452459
all(

0 commit comments

Comments
 (0)