Skip to content

Commit

Permalink
fix(tasks/prettier_conformance): fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 19, 2025
1 parent 83caa56 commit 066ffe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/prettier_conformance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use crate::{ignore_list::IGNORE_TESTS, options::TestRunnerOptions, spec::parse_s
#[test]
#[cfg(any(coverage, coverage_nightly))]
fn test() {
use crate::options::TestLanguage;
TestRunner::new(TestRunnerOptions { filter: None, language: TestLanguage::Js }).run();
TestRunner::new(TestRunnerOptions { filter: None, language: TestLanguage::Ts }).run();
}
Expand Down

0 comments on commit 066ffe8

Please sign in to comment.