Files
buzz/tests/e2e_relay.rs

12 lines
401 B
Rust

// NOTE: This file is a placeholder.
//
// The actual E2E integration tests live in:
// crates/sprout-test-client/tests/e2e_relay.rs
//
// Workspace-root `tests/` requires a [package] section in Cargo.toml.
// Since this is a pure workspace manifest, integration tests must live
// inside a member crate.
//
// Run E2E tests with:
// cargo test -p sprout-test-client --test e2e_relay -- --ignored