sei_integration_tests/
lib.rs

1// Exposed for testing only
2// Both unit tests and integration tests are compiled to native code, so everything in here does not need to compile to Wasm.
3#![cfg(not(target_arch = "wasm32"))]
4pub mod helper;
5pub mod module;