// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Replay Engine Test Suite
//!
//! This test file pulls in the replay_engine module which contains
//! comprehensive tests for the ReplayEngine component.
#![allow(clippy::unwrap_used)]
#![allow(clippy::clone_on_ref_ptr)]
#![allow(clippy::expect_used)]
mod replay_engine;