diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-23 16:56:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 16:56:25 +0200 |
commit | 9d363312782f00a871c13cd3b0c23617f5e1929d (patch) | |
tree | 6f3d292e27bcce984e0eb4828e030b2b877ee364 /cli/tests/integration_tests.rs | |
parent | be15cf285dbf3a7b3025d34cb80e87e54a55dd93 (diff) |
Revert "feat(cli): Add deno cache --test and --worker (#7920)" (#8089)
This reverts commit be15cf285dbf3a7b3025d34cb80e87e54a55dd93.
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index b448379b9..11240e71b 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2137,18 +2137,6 @@ fn _066_prompt() { util::test_pty(args, output, input); } -itest!(_068_cache_test_type_error { - args: "cache --test=test_type_error", - output: "068_cache_test_type_error.out", - exit_code: 1, -}); - -itest!(_069_cache_worker { - args: "cache --worker subdir/worker_globals.ts", - output_str: Some("[WILDCARD]"), - exit_code: 0, -}); - itest!(_073_worker_error { args: "run -A 073_worker_error.ts", output: "073_worker_error.ts.out", |