From 15a763152f9d392cb80692262f8de5ef8ae15495 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 11 Aug 2021 10:20:47 -0400 Subject: chore: move test files to testdata directory (#11601) --- cli/tests/testdata/fetch/hello.txt | 1 + cli/tests/testdata/fetch/other.ts | 1 + cli/tests/testdata/fetch/test.ts | 1 + 3 files changed, 3 insertions(+) create mode 100644 cli/tests/testdata/fetch/hello.txt create mode 100644 cli/tests/testdata/fetch/other.ts create mode 100644 cli/tests/testdata/fetch/test.ts (limited to 'cli/tests/testdata/fetch') 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"; -- cgit v1.2.3