summaryrefslogtreecommitdiff
path: root/tests/testdata/coverage/no_npm_coverage/no_npm_coverage.ts
blob: 4233b2e5d420d5d69a6dc94a5a11cc2e106234b2 (plain)
1
2
3
4
import chalk from "npm:chalk";
export function main() {
  console.log(chalk.red("RED"));
}