Skip to content

Commit

Permalink
test(transformer): skip test which uses filesystem under miri (#7874)
Browse files Browse the repository at this point in the history
Miri does not support filesystem operations. Skip this test which loads snapshot from disk when running under Miri.
  • Loading branch information
overlookmotel committed Dec 14, 2024
1 parent f39e65e commit e766051
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 e766051

Please sign in to comment.