summaryrefslogtreecommitdiff
path: root/tests/integration/check_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/check_tests.rs')
-rw-r--r--tests/integration/check_tests.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/integration/check_tests.rs b/tests/integration/check_tests.rs
index f5af5803c..d3111727c 100644
--- a/tests/integration/check_tests.rs
+++ b/tests/integration/check_tests.rs
@@ -52,11 +52,6 @@ itest!(check_npm_install_diagnostics {
exit_code: 1,
});
-itest!(check_export_equals_declaration_file {
- args: "check --quiet check/export_equals_declaration_file/main.ts",
- exit_code: 0,
-});
-
itest!(check_static_response_json {
args: "check --quiet check/response_json.ts",
exit_code: 0,