summaryrefslogtreecommitdiff
path: root/tests/integration/run_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-09 21:51:55 +0100
committerGitHub <noreply@github.com>2024-09-09 22:51:55 +0200
commit04a9cc95ac1349ab192c93c231c1ac97ee02fb00 (patch)
tree2b751448d8151442fc9909750077071fb58b5c3e /tests/integration/run_tests.rs
parentd9b5bccdea01928eba5a4fcff1fa1486d428b2e8 (diff)
feat: Add better error messages for unstable APIs (#25519)
This commit improves error messages for unstable APIs: - `--unstable-broadcast-channel` - `--unstable-cron` - `--unstable-http` - `--unstable-kv` - `--unstable-temporal` By providing information and hints what went wrong and how the error can be fixed. It reuses the same infra that was added in https://github.com/denoland/deno/pull/21764.
Diffstat (limited to 'tests/integration/run_tests.rs')
-rw-r--r--tests/integration/run_tests.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs
index 16faba438..301283e85 100644
--- a/tests/integration/run_tests.rs
+++ b/tests/integration/run_tests.rs
@@ -4811,13 +4811,6 @@ itest!(unstable_temporal_api_config_file {
exit_code: 0,
});
-itest!(unstable_temporal_api_missing_flag {
- args: "run --no-config run/unstable_temporal_api/missing_flag.js",
- output: "run/unstable_temporal_api/missing_flag.out",
- http_server: false,
- exit_code: 1,
-});
-
// TODO(bartlomieju): temporary disabled
// itest!(warn_on_deprecated_api {
// args: "run -A run/warn_on_deprecated_api/main.js",