diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-09-02 18:44:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 19:44:45 +0200 |
commit | 4f8dea100e751d550a4a40d11b142fc9a7c4a5a8 (patch) | |
tree | fb104109048c308161cf9f1c74cf900367e9b60e /cli/tests | |
parent | 5262937285e72419c6576ae1595d43f23e0c7b9d (diff) |
refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/test/steps/failing_steps.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/steps/failing_steps.out b/cli/tests/testdata/test/steps/failing_steps.out index d8c2bdf8d..1e5f2f64d 100644 --- a/cli/tests/testdata/test/steps/failing_steps.out +++ b/cli/tests/testdata/test/steps/failing_steps.out @@ -38,12 +38,12 @@ failing step in failing test ... FAILED ([WILDCARD]) nested failure => ./test/steps/failing_steps.ts:[WILDCARD] error: Error: 1 test step failed. at runTest (deno:runtime/js/40_testing.js:[WILDCARD]) - at async Object.runTests (deno:runtime/js/40_testing.js:[WILDCARD]) + at async runTests (deno:runtime/js/40_testing.js:[WILDCARD]) multiple test step failures => ./test/steps/failing_steps.ts:[WILDCARD] error: Error: 2 test steps failed. at runTest (deno:runtime/js/40_testing.js:[WILDCARD]) - at async Object.runTests (deno:runtime/js/40_testing.js:[WILDCARD]) + at async runTests (deno:runtime/js/40_testing.js:[WILDCARD]) failing step in failing test => ./test/steps/failing_steps.ts:[WILDCARD] error: Error: Fail test. |