Skip to content

Commit

Permalink
Revert "chore(prettier_conformance): temporary disable code coverage"
Browse files Browse the repository at this point in the history
This reverts commit e1266c6.
  • Loading branch information
Boshen committed Nov 28, 2023
1 parent 37a592c commit 6ea1bf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tasks/prettier_conformance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6ea1bf2

Please sign in to comment.