//! rstest fixtures for `MockServiceWorker`.
use fixture;
use crate;
/// Provides a `MockServiceWorker` with `UnhandledPolicy::Error` (default).
/// Auto-started. Automatically stops on drop.
pub async
/// Provides a `MockServiceWorker` with `UnhandledPolicy::Passthrough`.
/// Auto-started. Automatically stops on drop.
pub async