summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-05-20 21:02:39 +0800
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:32 +0200
commit47ec33eca7b71b7f53c826dc97f37da4d4700499 (patch)
treebb75fd540d0ee8ec8abe359a54c7ef018431c592 /cli/tests/integration_tests.rs
parent176075980bfdc8b07f70db3229bd2df9b6ace018 (diff)
fix(cli/tools/test_runner): --doc should not require permissions (#10719)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index ce1205698..aff073d0d 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -24,7 +24,6 @@ use tokio::task::LocalSet;
fn typecheck_declarations_ns() {
let status = util::deno_cmd()
.arg("test")
- .arg("--allow-all")
.arg("--doc")
.arg(util::root_path().join("cli/dts/lib.deno.ns.d.ts"))
.spawn()
@@ -41,7 +40,6 @@ fn typecheck_declarations_unstable() {
let status = util::deno_cmd()
.arg("test")
.arg("--doc")
- .arg("--allow-all")
.arg("--unstable")
.arg(util::root_path().join("cli/dts/lib.deno.unstable.d.ts"))
.spawn()