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