Skip to content

Commit

Permalink
fix: attempt to resolve a random failure (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen authored Sep 24, 2024
1 parent fccbce2 commit d655983
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion crates/moon/tests/test_cases/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6260,7 +6260,17 @@ fn test_snapshot_test_target_js() {
);
assert!(dir.join("target/js/debug/test/package.json").exists());
check(
&get_stdout(&dir, ["test", "--target", "js", "-u"]),
&get_stdout(
&dir,
[
"test",
"--target",
"js",
"-u",
"--sort-input",
"--no-parallelize",
],
),
expect![[r#"
Auto updating expect tests and retesting ...
Expand Down

0 comments on commit d655983

Please sign in to comment.