diff --git a/tasks/prettier_conformance/src/lib.rs b/tasks/prettier_conformance/src/lib.rs index a61e576c0fbdf..ff1c90f564e0c 100644 --- a/tasks/prettier_conformance/src/lib.rs +++ b/tasks/prettier_conformance/src/lib.rs @@ -15,11 +15,11 @@ use oxc_prettier::{Prettier, PrettierOptions}; use oxc_span::{Atom, SourceType}; use oxc_tasks_common::project_root; -// #[test] -// #[cfg(any(coverage, coverage_nightly))] -// fn test() { -// TestRunner::new(TestRunnerOptions::default()).run(); -// } +#[test] +#[cfg(any(coverage, coverage_nightly))] +fn test() { + TestRunner::new(TestRunnerOptions::default()).run(); +} #[derive(Default)] pub struct TestRunnerOptions {