diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-07-10 07:51:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-10 07:51:30 -0700 |
| commit | 67c9937e6658c2be9b54cd95132a1055756e433b (patch) | |
| tree | 731841a9b54b56f994e80a978b826866bde2a511 /cli/tests/test | |
| parent | b3f22d3fdd248e333bb091395f4be3f48dc24733 (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/test')
| -rw-r--r-- | cli/tests/test/terse.out | 11 | ||||
| -rw-r--r-- | cli/tests/test/terse.ts | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/cli/tests/test/terse.out b/cli/tests/test/terse.out deleted file mode 100644 index 3d5deaf39..000000000 --- a/cli/tests/test/terse.out +++ /dev/null @@ -1,11 +0,0 @@ -Check [WILDCARD]/test/terse.ts -running 3 tests from [WILDCARD] -.Fi -failures: - -fail -Error: fail - [WILDCARD] - -test result: FAILED. 1 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out [WILDCARD] - diff --git a/cli/tests/test/terse.ts b/cli/tests/test/terse.ts deleted file mode 100644 index b2168a0d9..000000000 --- a/cli/tests/test/terse.ts +++ /dev/null @@ -1,11 +0,0 @@ -Deno.test("ok", function () {}); - -Deno.test("fail", function () { - throw new Error("fail"); -}); - -Deno.test({ - name: "ignore", - fn() {}, - ignore: true, -}); |
