mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
test(transformer): skip test which uses filesystem under miri (#7874)
Miri does not support filesystem operations. Skip this test which loads snapshot from disk when running under Miri.
This commit is contained in:
parent
f39e65e722
commit
e766051c2d
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ console.log(
|
|||
);
|
||||
}
|
||||
|
||||
#[cfg(not(miri))]
|
||||
#[test]
|
||||
fn test_sourcemap() {
|
||||
let config = ReplaceGlobalDefinesConfig::new(&[
|
||||
|
|
|
|||
Loading…
Reference in a new issue