diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-02-28 15:47:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 15:47:54 +0100 |
commit | a13b0e27279e54205adb53cdaf2415c825e77714 (patch) | |
tree | f108a6b2d0755cc435c7e19d2e38b8f6b8405328 /cli/tests/integration_tests.rs | |
parent | 7255cc9bc089e1257c2119e4c8a089c0b4970e64 (diff) |
rewrite permission revoke test as integration test (#4164)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 843f56a7f..434a55c08 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -936,6 +936,11 @@ itest!(_056_make_temp_file_write_perm { output: "056_make_temp_file_write_perm.out", }); +itest!(_057_revoke_permissions { + args: "test -A 057_revoke_permissions.ts", + output: "057_revoke_permissions.out", +}); + itest!(js_import_detect { args: "run --reload js_import_detect.ts", output: "js_import_detect.ts.out", |