diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-14 18:01:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 22:01:31 +0000 |
commit | 4ddc85e1daa88ef96a2fe730ccfd159c7f1dbb38 (patch) | |
tree | f61bdfc9022cdf142897ee783afdbb1f4a8605d7 /tests/testdata/coverage/complex_expected.out | |
parent | dda8979cb18a2477ceb2ba0e84e0342a7fc516bd (diff) |
fix(emit): regression - keep comments in emit (#23815)
Closes https://github.com/denoland/deno/discussions/23814
Diffstat (limited to 'tests/testdata/coverage/complex_expected.out')
-rw-r--r-- | tests/testdata/coverage/complex_expected.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/coverage/complex_expected.out b/tests/testdata/coverage/complex_expected.out index bed3d9306..3d5f6a0ab 100644 --- a/tests/testdata/coverage/complex_expected.out +++ b/tests/testdata/coverage/complex_expected.out @@ -1,4 +1,4 @@ -cover [WILDCARD]/coverage/complex.ts ... 60.000% (21/35) +cover [WILDCARD]/coverage/complex.ts ... 72.549% (37/51) 46 | export function unused( 47 | foo: string, 48 | bar: string, |