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/fetch/hello.txt | 1 - cli/tests/fetch/other.ts | 1 - cli/tests/fetch/test.ts | 1 - 3 files changed, 3 deletions(-) delete mode 100644 cli/tests/fetch/hello.txt delete mode 100644 cli/tests/fetch/other.ts delete mode 100644 cli/tests/fetch/test.ts (limited to 'cli/tests/fetch') diff --git a/cli/tests/fetch/hello.txt b/cli/tests/fetch/hello.txt deleted file mode 100644 index af5626b4a..000000000 --- a/cli/tests/fetch/hello.txt +++ /dev/null @@ -1 +0,0 @@ -Hello, world! diff --git a/cli/tests/fetch/other.ts b/cli/tests/fetch/other.ts deleted file mode 100644 index ab85b226f..000000000 --- a/cli/tests/fetch/other.ts +++ /dev/null @@ -1 +0,0 @@ -import "http://localhost:4545/cli/tests/subdir/mt_text_typescript.t1.ts"; diff --git a/cli/tests/fetch/test.ts b/cli/tests/fetch/test.ts deleted file mode 100644 index 1b49a76c8..000000000 --- a/cli/tests/fetch/test.ts +++ /dev/null @@ -1 +0,0 @@ -import "http://localhost:4545/cli/tests/subdir/mod2.ts"; -- cgit v1.2.3