diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-15 21:15:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 21:15:25 -0500 |
commit | 9e977cd6aaabc6618421578654becafa1ab611f5 (patch) | |
tree | 5f5c5fc2799ec46e77d758516e6ad1fb349764ab /cli/tests/npm_tests.rs | |
parent | 28cc18b5168d926577795eaf3974095da2def3e8 (diff) |
fix(npm): improve exports resolution when type checking (#17071)
Closes #17012
Diffstat (limited to 'cli/tests/npm_tests.rs')
-rw-r--r-- | cli/tests/npm_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/npm_tests.rs b/cli/tests/npm_tests.rs index 05dc83cfd..07e36850f 100644 --- a/cli/tests/npm_tests.rs +++ b/cli/tests/npm_tests.rs @@ -279,7 +279,7 @@ mod npm { exit_code: 1, }); - itest!(types { + itest!(types_general { args: "check --quiet npm/types/main.ts", output: "npm/types/main.out", envs: env_vars_for_npm_tests(), |