diff options
Diffstat (limited to 'tests/testdata/npm/d_ext/main.ts')
-rw-r--r-- | tests/testdata/npm/d_ext/main.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/npm/d_ext/main.ts b/tests/testdata/npm/d_ext/main.ts new file mode 100644 index 000000000..c92dbe065 --- /dev/null +++ b/tests/testdata/npm/d_ext/main.ts @@ -0,0 +1,3 @@ +import { test } from "npm:@denotest/d-ext"; + +console.log(test); |