4 lines
123 B
TypeScript
4 lines
123 B
TypeScript
|
|
import { open } from 'https://deno.land/x/opener/mod.ts';
|
||
|
|
|
||
|
|
await open(`file://${Deno.cwd()}/.coverage/report/index.html`);
|