diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-14 11:58:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 11:58:47 +0100 |
| commit | af2d992ecd2b9320072164b6ee295c31a3194406 (patch) | |
| tree | 0926e2852aa2c4eb300e1f54f4c84d7568589b3b /tests/integration/check_tests.rs | |
| parent | 2c0bf6fd65b3276c4818c73028b19819608c8e70 (diff) | |
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
Diffstat (limited to 'tests/integration/check_tests.rs')
| -rw-r--r-- | tests/integration/check_tests.rs | 5 |
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, |
