summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/module_graph/main.ts
blob: 02052595c267628f414c1b0b7f7c2d8d4364cef5 (plain)
1
2
3
import { Test } from "jsr:@denotest/module_graph/mod.ts";

console.log(new Test());