summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.ts b/test.ts
index 703ce639d..e2a76f38f 100755
--- a/test.ts
+++ b/test.ts
@@ -19,7 +19,7 @@ import "logging/test.ts";
// file server test
const fileServer = run({
- args: ["deno", "--allow-net", "net/file_server.ts", "."]
+ args: ["deno", "--allow-net", "net/file_server.ts", ".", "--cors"]
});
// path test
import "path/basename_test.ts";