//! utilitites used for testing
//!
//! NOTE: most of the stuff related to setting up database state is in the `mecomp_storage` crate
//! behind the `test_utils` feature flag.
use OnceLock;
use crate;
static INIT: = new;
/// Initialize the logger and tracing subscriber.
///
/// # Panics
///
/// Panics if the logger or tracing subscriber cannot be initialized.