mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
test(std): remove unstable from multiple tests (#6882)
This commit is contained in:
parent
7326e1ab49
commit
c8fc679329
4 changed files with 3 additions and 8 deletions
|
@ -9,13 +9,11 @@ async function startServer(): Promise<
|
|||
Deno.Process<Deno.RunOptions & { stdout: "piped" }>
|
||||
> {
|
||||
const server = Deno.run({
|
||||
// TODO(lucacasonato): remove unstable once possible
|
||||
cmd: [
|
||||
Deno.execPath(),
|
||||
"run",
|
||||
"--allow-net",
|
||||
"--allow-read",
|
||||
"--unstable",
|
||||
"server.ts",
|
||||
],
|
||||
cwd: "examples/chat",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue