summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/no_module_graph/main.ts
blob: ab1e781dc34c6c2bff06dc24c61d3d290be3878a (plain)
1
2
3
4
import version, { TestClass } from "jsr:@denotest/no_module_graph@0.1.0/mod.ts";

console.log(version);
console.log(new TestClass());