mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
chore(windows): fix flaky pty_complete_imports (#16905)
This commit is contained in:
parent
83bc8c473d
commit
868068c847
1 changed files with 2 additions and 1 deletions
|
@ -173,9 +173,10 @@ mod repl {
|
|||
assert_contains!(output, "Hello World");
|
||||
assert_contains!(
|
||||
output,
|
||||
// on windows, could contain either (it's flaky)
|
||||
// on windows, could any (it's flaky)
|
||||
"\ntesting output",
|
||||
"testing output\u{1b}",
|
||||
"\r\n\u{1b}[?25htesting output",
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue