diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-09-06 14:17:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-06 14:17:33 +0200 |
| commit | 147c845c95bfd55548d5b5b56d70f0a616410e0d (patch) | |
| tree | 29b48080ebf971533b99423f8986b30269093efe /cli/tests/testdata/test/only.out | |
| parent | 9befa566ec3ef4594fd7ffb2cbdf5b34d9705e16 (diff) | |
feat(test): Add Deno.test.ignore and Deno.test.only (#20365)
Closes https://github.com/denoland/deno/issues/17106
Diffstat (limited to 'cli/tests/testdata/test/only.out')
| -rw-r--r-- | cli/tests/testdata/test/only.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/only.out b/cli/tests/testdata/test/only.out index bd5ca84e4..2e66ed22b 100644 --- a/cli/tests/testdata/test/only.out +++ b/cli/tests/testdata/test/only.out @@ -1,7 +1,8 @@ Check [WILDCARD]/test/only.ts -running 1 test from ./test/only.ts +running 2 tests from ./test/only.ts only ... ok ([WILDCARD]) +only2 ... ok ([WILDCARD]) -ok | 1 passed | 0 failed | 2 filtered out ([WILDCARD]) +ok | 2 passed | 0 failed | 2 filtered out ([WILDCARD]) error: Test failed because the "only" option was used |
