summaryrefslogtreecommitdiff
path: root/cli/tests/npm_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/npm_tests.rs')
-rw-r--r--cli/tests/npm_tests.rs2
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(),