ethers-rs/ethers/tests/main.rs

8 lines
116 B
Rust

//! Ethers integration tests.
#![cfg(not(target_arch = "wasm32"))]
#[cfg(feature = "celo")]
mod celo;
mod eip712;