Skip to content

Commit

Permalink
test: do not compile testing lib for wasm32
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Aug 2, 2024
1 parent caca8e8 commit d7608e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/testing/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#![cfg(not(target_arch = "wasm32"))]

pub mod addr;
pub mod mock;

0 comments on commit d7608e6

Please sign in to comment.