Skip to content

Commit

Permalink
test(transformer): skip test which uses filesystem under miri
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 14, 2024
1 parent f16ce0f commit 4e2982a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ console.log(
);
}

#[cfg(not(miri))]
#[test]
fn test_sourcemap() {
let config = ReplaceGlobalDefinesConfig::new(&[
Expand Down

0 comments on commit 4e2982a

Please sign in to comment.