Skip to main content

peat_protocol/testing/
mod.rs

1//! Testing utilities and infrastructure for Peat Protocol
2//!
3//! This module provides test harnesses and utilities for E2E and integration testing.
4
5#[cfg(feature = "automerge-backend")]
6pub mod e2e_harness;
7
8#[cfg(feature = "automerge-backend")]
9pub use e2e_harness::*;