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