summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/module_detection_force.ts
blob: 7729ae366c3fbfdd7718ff8ad9297a7ea11976a1 (plain)
1
2
3
const a = 1;
await import("./module_detection_force_import.ts");
console.log(a);