diff options
Diffstat (limited to 'tests/testdata/npm/d_ext')
| -rw-r--r-- | tests/testdata/npm/d_ext/main.out | 3 | ||||
| -rw-r--r-- | tests/testdata/npm/d_ext/main.ts | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/npm/d_ext/main.out b/tests/testdata/npm/d_ext/main.out new file mode 100644 index 000000000..e96c6e392 --- /dev/null +++ b/tests/testdata/npm/d_ext/main.out @@ -0,0 +1,3 @@ +Download http://localhost:4545/npm/registry/@denotest/d-ext +Download http://localhost:4545/npm/registry/@denotest/d-ext/1.0.0.tgz +Check file:///[WILDCARD]/npm/d_ext/main.ts 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); |
