diff options
Diffstat (limited to 'cli/tests/testdata/run/fetch')
-rw-r--r-- | cli/tests/testdata/run/fetch/hello.txt | 1 | ||||
-rw-r--r-- | cli/tests/testdata/run/fetch/other.ts | 1 | ||||
-rw-r--r-- | cli/tests/testdata/run/fetch/test.ts | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/run/fetch/hello.txt b/cli/tests/testdata/run/fetch/hello.txt deleted file mode 100644 index af5626b4a..000000000 --- a/cli/tests/testdata/run/fetch/hello.txt +++ /dev/null @@ -1 +0,0 @@ -Hello, world! diff --git a/cli/tests/testdata/run/fetch/other.ts b/cli/tests/testdata/run/fetch/other.ts deleted file mode 100644 index 91fe376b3..000000000 --- a/cli/tests/testdata/run/fetch/other.ts +++ /dev/null @@ -1 +0,0 @@ -import "http://localhost:4545/subdir/mt_text_typescript.t1.ts"; diff --git a/cli/tests/testdata/run/fetch/test.ts b/cli/tests/testdata/run/fetch/test.ts deleted file mode 100644 index baa52775d..000000000 --- a/cli/tests/testdata/run/fetch/test.ts +++ /dev/null @@ -1 +0,0 @@ -import "http://localhost:4545/subdir/mod2.ts"; |