From 147c845c95bfd55548d5b5b56d70f0a616410e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 6 Sep 2023 14:17:33 +0200 Subject: feat(test): Add Deno.test.ignore and Deno.test.only (#20365) Closes https://github.com/denoland/deno/issues/17106 --- cli/tests/testdata/test/only.out | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cli/tests/testdata/test/only.out') 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 -- cgit v1.2.3