ethers-rs/ethers/tests/main.rs

5 lines
80 B
Rust

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