diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-05-02 20:30:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 08:30:30 -0400 |
commit | 40961cda583faaba128b555caebf284fd6298bb1 (patch) | |
tree | 2872c19240e09cdc3ecc172a2f86d30096fc3268 /cli/tests | |
parent | 89057529bc1329e6e9e193b5aa7beeb4a02efccb (diff) |
fix(test): change inflection depending on number of pending tests (#10466)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/test/deno_test_only.ts.out | 2 | ||||
-rw-r--r-- | cli/tests/test/quiet_test.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/test/deno_test_only.ts.out b/cli/tests/test/deno_test_only.ts.out index 75b5af29b..5be46a5a0 100644 --- a/cli/tests/test/deno_test_only.ts.out +++ b/cli/tests/test/deno_test_only.ts.out @@ -1,5 +1,5 @@ [WILDCARD] -running 1 tests from [WILDCARD] +running 1 test from [WILDCARD] test def ... ok ([WILDCARD]) test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 2 filtered out ([WILDCARD]) diff --git a/cli/tests/test/quiet_test.out b/cli/tests/test/quiet_test.out index 5ad03240d..61d719d84 100644 --- a/cli/tests/test/quiet_test.out +++ b/cli/tests/test/quiet_test.out @@ -1,4 +1,4 @@ -running 1 tests from [WILDCARD] +running 1 test from [WILDCARD] test log ... ok [WILDCARD] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] |