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 | |
parent | d54ef02dfe4455c043c3ccb3d1d15e5fcc302756 (diff) |
fix: upgrade to deno_ast 0.27 (#19375)
Closes #19148
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/coverage/complex_expected.lcov | 7 | ||||
-rw-r--r-- | cli/tests/testdata/coverage/complex_expected.out | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/cli/tests/testdata/coverage/complex_expected.lcov b/cli/tests/testdata/coverage/complex_expected.lcov index cfa40b232..94b86465a 100644 --- a/cli/tests/testdata/coverage/complex_expected.lcov +++ b/cli/tests/testdata/coverage/complex_expected.lcov @@ -20,7 +20,6 @@ DA:17,2 DA:18,2 DA:19,2 DA:20,2 -DA:21,2 DA:22,2 DA:23,2 DA:24,2 @@ -34,7 +33,6 @@ DA:32,1 DA:33,1 DA:34,1 DA:35,1 -DA:36,1 DA:37,2 DA:38,2 DA:39,2 @@ -46,7 +44,6 @@ DA:46,0 DA:47,0 DA:48,0 DA:49,0 -DA:50,0 DA:51,0 DA:52,0 DA:53,0 @@ -65,6 +62,6 @@ DA:70,1 DA:71,0 DA:73,1 DA:74,1 -LH:39 -LF:54 +LH:37 +LF:51 end_of_record 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, |