1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Fixed test

This commit is contained in:
Leo Lamprecht 2024-10-11 15:32:26 +02:00
parent 630d5e63fe
commit 8dc211d47c

View file

@ -944,6 +944,7 @@ async fn test_watch_basic() {
// Confirm that restarting occurs when a new file is updated
another_test.write("Deno.test('another one', () => 3 + 3); Deno.test('another another one', () => 4 + 4)");
assert_contains!(next_line(&mut stderr_lines).await.unwrap(), "Restarting");
next_line(&mut stdout_lines).await;
assert_contains!(
next_line(&mut stdout_lines).await.unwrap(),
"running 2 tests"