//! Test-specific imports extending the main prelude.
usestd::error::Error;pub(crate)usecrate::hosting::*;pub(crate)usecrate::prelude::*;pub(crate)usecrate::utils::SAMPLE_SOURCES_DIR;pub(crate)useinsta::assert_yaml_snapshot;/// Type alias for test error results.
pub(crate)typeTestError=Box<dyn Error +Send+Sync>;