mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 06:09:25 -05:00
chore(tests): remove pty_complete_imports test for deleting the cwd (#13164)
This commit is contained in:
parent
aca41a472a
commit
ac06797fa8
1 changed files with 0 additions and 12 deletions
|
@ -146,18 +146,6 @@ fn pty_complete_imports() {
|
|||
let output = console.read_all_output();
|
||||
assert!(output.contains("Hello World"));
|
||||
});
|
||||
|
||||
// ensure nothing too bad happens when deleting the cwd
|
||||
util::with_pty(&["repl"], |mut console| {
|
||||
console.write_line("Deno.mkdirSync('./temp-repl-lsp-dir');");
|
||||
console.write_line("Deno.chdir('./temp-repl-lsp-dir');");
|
||||
console.write_line("Deno.removeSync('../temp-repl-lsp-dir');");
|
||||
console.write_line("import '../001_hello\t'");
|
||||
console.write_line("close();");
|
||||
|
||||
let output = console.read_all_output();
|
||||
assert!(output.contains("Hello World"));
|
||||
});
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Reference in a new issue