From bd6494d1194781f798f5eeaa822adc76dd27048e Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 16 Apr 2022 20:51:55 +0100 Subject: fix(cli/tools/test): Prefix test module paths with "./" (#14301) --- cli/tests/testdata/test/pass.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/test/pass.out') diff --git a/cli/tests/testdata/test/pass.out b/cli/tests/testdata/test/pass.out index c0e1c3384..bb76e083f 100644 --- a/cli/tests/testdata/test/pass.out +++ b/cli/tests/testdata/test/pass.out @@ -1,5 +1,5 @@ Check [WILDCARD]/test/pass.ts -running 10 tests from test/pass.ts +running 10 tests from ./test/pass.ts test 0 ... ok ([WILDCARD]) test 1 ... ok ([WILDCARD]) test 2 ... ok ([WILDCARD]) -- cgit v1.2.3