summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/steps/failing_steps.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/test/steps/failing_steps.out')
-rw-r--r--cli/tests/testdata/test/steps/failing_steps.out10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/tests/testdata/test/steps/failing_steps.out b/cli/tests/testdata/test/steps/failing_steps.out
index 24e19a064..a5fd9d74d 100644
--- a/cli/tests/testdata/test/steps/failing_steps.out
+++ b/cli/tests/testdata/test/steps/failing_steps.out
@@ -1,5 +1,5 @@
[WILDCARD]
-running 3 tests from test/steps/failing_steps.ts
+running 3 tests from ./test/steps/failing_steps.ts
nested failure ...
step 1 ...
inner 1 ... FAILED ([WILDCARD])
@@ -35,17 +35,17 @@ FAILED ([WILDCARD])
failures:
-test/steps/failing_steps.ts > nested failure
+./test/steps/failing_steps.ts > nested failure
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])
-test/steps/failing_steps.ts > multiple test step failures
+./test/steps/failing_steps.ts > multiple test step failures
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])
-test/steps/failing_steps.ts > failing step in failing test
+./test/steps/failing_steps.ts > failing step in failing test
Error: Fail test.
throw new Error("Fail test.");
^
@@ -54,7 +54,7 @@ Error: Fail test.
failures:
- test/steps/failing_steps.ts
+ ./test/steps/failing_steps.ts
nested failure
multiple test step failures
failing step in failing test