summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/aggregate_error.out
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-04-16 20:51:55 +0100
committerGitHub <noreply@github.com>2022-04-16 21:51:55 +0200
commitbd6494d1194781f798f5eeaa822adc76dd27048e (patch)
treee7bd456c8cc8f57dfdabf42cbcbcff9a83f993c8 /cli/tests/testdata/test/aggregate_error.out
parent5f2d9a4a220307b1111c91dfac74951ef3925457 (diff)
fix(cli/tools/test): Prefix test module paths with "./" (#14301)
Diffstat (limited to 'cli/tests/testdata/test/aggregate_error.out')
-rw-r--r--cli/tests/testdata/test/aggregate_error.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/testdata/test/aggregate_error.out b/cli/tests/testdata/test/aggregate_error.out
index 35349e67c..5c4c9b392 100644
--- a/cli/tests/testdata/test/aggregate_error.out
+++ b/cli/tests/testdata/test/aggregate_error.out
@@ -1,9 +1,9 @@
-running 1 test from test/aggregate_error.ts
+running 1 test from ./test/aggregate_error.ts
aggregate ... FAILED ([WILDCARD])
failures:
-test/aggregate_error.ts > aggregate
+./test/aggregate_error.ts > aggregate
AggregateError
Error: Error 1
at [WILDCARD]/testdata/test/aggregate_error.ts:2:18
@@ -16,7 +16,7 @@ AggregateError
failures:
- test/aggregate_error.ts
+ ./test/aggregate_error.ts
aggregate
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])