mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
18 lines
440 B
Text
18 lines
440 B
Text
Check [WILDCARD]/tests/$deno$test.ts
|
|
running 1 tests
|
|
test complex ... ok ([WILDCARD])
|
|
|
|
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|
|
cover [WILDCARD]/tests/subdir/complex.ts ... 50.000% (10/20)
|
|
25 | export function unused(
|
|
26 | foo: string,
|
|
27 | bar: string,
|
|
28 | baz: string,
|
|
-----|-----
|
|
30 | return complex(
|
|
31 | foo,
|
|
32 | bar,
|
|
33 | baz,
|
|
34 | );
|
|
35 | }
|