1 2 3 4 5 6
mod pallets; #[tokio::test] async fn pallet_tests() { pallets::run_tests().await.unwrap(); }