Skip to content

Commit

Permalink
add missing wasm import
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jun 27, 2023
1 parent cb80ba2 commit 0cb9232
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0cb9232

Please sign in to comment.