summaryrefslogtreecommitdiff
path: root/std/examples/chat/server_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/chat/server_test.ts')
-rw-r--r--std/examples/chat/server_test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/examples/chat/server_test.ts b/std/examples/chat/server_test.ts
index 76b1f1bf5..d1c1a8afa 100644
--- a/std/examples/chat/server_test.ts
+++ b/std/examples/chat/server_test.ts
@@ -12,6 +12,7 @@ async function startServer(): Promise<Deno.Process> {
// TODO(lucacasonato): remove unstable once possible
cmd: [
Deno.execPath(),
+ "run",
"--allow-net",
"--allow-read",
"--unstable",