summaryrefslogtreecommitdiff
path: root/cli/tests/integration/test_tests.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-07-10 07:51:30 -0700
committerGitHub <noreply@github.com>2021-07-10 07:51:30 -0700
commit67c9937e6658c2be9b54cd95132a1055756e433b (patch)
tree731841a9b54b56f994e80a978b826866bde2a511 /cli/tests/integration/test_tests.rs
parentb3f22d3fdd248e333bb091395f4be3f48dc24733 (diff)
Revert "feat(cli/tools/test_runner): add terse reporter (#11156)" (#11352)
it's another flag to understand, more code, and isn't something that anyone really needs. This reverts commit 9d57a4aaeb18461bbeeea30fc8ab8804357185c1.
Diffstat (limited to 'cli/tests/integration/test_tests.rs')
-rw-r--r--cli/tests/integration/test_tests.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs
index 134a2d47b..c029b154d 100644
--- a/cli/tests/integration/test_tests.rs
+++ b/cli/tests/integration/test_tests.rs
@@ -49,12 +49,6 @@ itest!(doc {
output: "test/doc.out",
});
-itest!(terse {
- args: "test --terse test/terse.ts",
- exit_code: 1,
- output: "test/terse.out",
-});
-
itest!(quiet {
args: "test --quiet test/quiet.ts",
exit_code: 0,