diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-01-24 15:41:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-24 15:41:01 +0100 |
| commit | 2027d98a8e9e530277ab301841872cdea7e2d590 (patch) | |
| tree | 04d541e094c28d039b7d88cf699cb01e24bf07bd /cli/tests/testdata/test/steps/passing_steps.out | |
| parent | fc2e00152b162280e78b06028d51274e33275629 (diff) | |
feat: allow first arg in test step to be a function (#17096)
Diffstat (limited to 'cli/tests/testdata/test/steps/passing_steps.out')
| -rw-r--r-- | cli/tests/testdata/test/steps/passing_steps.out | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/steps/passing_steps.out b/cli/tests/testdata/test/steps/passing_steps.out index 5eacc571c..231a9a170 100644 --- a/cli/tests/testdata/test/steps/passing_steps.out +++ b/cli/tests/testdata/test/steps/passing_steps.out @@ -1,11 +1,17 @@ [WILDCARD] -running 5 tests from ./test/steps/passing_steps.ts +running 6 tests from ./test/steps/passing_steps.ts description ... step 1 ... inner 1 ... ok ([WILDCARD]ms) inner 2 ... ok ([WILDCARD]ms) step 1 ... ok ([WILDCARD]ms) description ... ok ([WILDCARD]ms) +description function as first arg ... + step1 ... + inner1 ... ok ([WILDCARD]ms) + inner1 ... ok ([WILDCARD]ms) + step1 ... ok ([WILDCARD]ms) +description function as first arg ... ok ([WILDCARD]ms) parallel steps without sanitizers ... step 1 ... ok ([WILDCARD]) step 2 ... ok ([WILDCARD]) @@ -35,4 +41,4 @@ steps buffered then streaming reporting ... step 2 ... ok ([WILDCARD]) steps buffered then streaming reporting ... ok ([WILDCARD]) -ok | 5 passed (18 steps) | 0 failed [WILDCARD] +ok | 6 passed (21 steps) | 0 failed [WILDCARD] |
