diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-06-05 19:03:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 19:03:39 -0400 |
commit | 8829a1d3620cab23f7ac724feeae60c9de6ebad2 (patch) | |
tree | e9670f8869425e7367323ef4b22b8bcb76c10334 /cli/tests/testdata/coverage/complex_expected.out | |
parent | d54ef02dfe4455c043c3ccb3d1d15e5fcc302756 (diff) |
fix: upgrade to deno_ast 0.27 (#19375)
Closes #19148
Diffstat (limited to 'cli/tests/testdata/coverage/complex_expected.out')
-rw-r--r-- | cli/tests/testdata/coverage/complex_expected.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/coverage/complex_expected.out b/cli/tests/testdata/coverage/complex_expected.out index b1910af60..3d5f6a0ab 100644 --- a/cli/tests/testdata/coverage/complex_expected.out +++ b/cli/tests/testdata/coverage/complex_expected.out @@ -1,9 +1,9 @@ -cover [WILDCARD]/coverage/complex.ts ... 72.222% (39/54) +cover [WILDCARD]/coverage/complex.ts ... 72.549% (37/51) 46 | export function unused( 47 | foo: string, 48 | bar: string, 49 | baz: string, - 50 | ): Complex { +-----|----- 51 | return complex( 52 | foo, 53 | bar, |