diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-06-12 16:58:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 11:58:04 -0400 |
commit | e613bfe47a3ebec076c82d038738904114ff2a7c (patch) | |
tree | c9deee488fc8dd3bf7fdcdd65be1f8677307a1d0 /cli/tests/deno_test_only.ts.out | |
parent | 3eee9614732ed8636bb8ebbd6f6a13d44531df6c (diff) |
feat: Add TestDefinition::only (#5793)
Diffstat (limited to 'cli/tests/deno_test_only.ts.out')
-rw-r--r-- | cli/tests/deno_test_only.ts.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/deno_test_only.ts.out b/cli/tests/deno_test_only.ts.out new file mode 100644 index 000000000..a23f2505c --- /dev/null +++ b/cli/tests/deno_test_only.ts.out @@ -0,0 +1,7 @@ +[WILDCARD]running 1 tests +test def ... ok ([WILDCARD]) + +test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + +FAILED because the "only" option was used + |