Skip to content

Commit

Permalink
chore(tasks/minsize): enable test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 19, 2025
1 parent 9dc65cf commit 2a2a2eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tasks/minsize/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ use oxc_tasks_common::{project_root, TestFile, TestFiles};
use oxc_transformer::{ReplaceGlobalDefines, ReplaceGlobalDefinesConfig};
use rustc_hash::FxHashMap;

// #[test]
// #[cfg(any(coverage, coverage_nightly))]
// fn test() {
// run().unwrap();
// }
#[test]
#[cfg(any(coverage, coverage_nightly))]
fn test() {
run().unwrap();
}

/// # Panics
/// # Errors
Expand Down

0 comments on commit 2a2a2eb

Please sign in to comment.