diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-04-16 20:51:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-16 21:51:55 +0200 |
| commit | bd6494d1194781f798f5eeaa822adc76dd27048e (patch) | |
| tree | e7bd456c8cc8f57dfdabf42cbcbcff9a83f993c8 /cli/tests/testdata/test/finally_timeout.out | |
| parent | 5f2d9a4a220307b1111c91dfac74951ef3925457 (diff) | |
fix(cli/tools/test): Prefix test module paths with "./" (#14301)
Diffstat (limited to 'cli/tests/testdata/test/finally_timeout.out')
| -rw-r--r-- | cli/tests/testdata/test/finally_timeout.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/testdata/test/finally_timeout.out b/cli/tests/testdata/test/finally_timeout.out index 8de59acfd..04a1c2775 100644 --- a/cli/tests/testdata/test/finally_timeout.out +++ b/cli/tests/testdata/test/finally_timeout.out @@ -1,11 +1,11 @@ Check [WILDCARD]/test/finally_timeout.ts -running 2 tests from test/finally_timeout.ts +running 2 tests from ./test/finally_timeout.ts error ... FAILED ([WILDCARD]) success ... ok ([WILDCARD]) failures: -test/finally_timeout.ts > error +./test/finally_timeout.ts > error Error: fail throw new Error("fail"); ^ @@ -14,7 +14,7 @@ Error: fail failures: - test/finally_timeout.ts + ./test/finally_timeout.ts error test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) |
