summaryrefslogtreecommitdiff
path: root/tests/testdata/coverage/complex_expected.out
blob: f626024b967a8c80178845926e325c548fc2637f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cover [WILDCARD]/coverage/complex.ts ... 60.000% (21/35)
  55 | export function unused(
  56 |   foo: string,
  57 |   bar: string,
  58 |   baz: string,
-----|-----
  61 |   return complex(
  62 |     foo,
  63 |     bar,
  64 |     baz,
-----|-----
  66 | }
-----|-----
  74 | export function ƒ(): number {
-----|-----
  78 |   return (
  79 |     0
-----|-----
  81 | }
-----|-----
  84 | console.log("%s", () => 1);