From 1464b756a4ef091ef97d1bf7340188ab5fe5492a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 19 Sep 2022 09:32:21 -0500 Subject: refactor: move out test files from root testdata directory into sub directories (#15949) --- cli/tests/testdata/053_import_compression/brotli | 2 -- cli/tests/testdata/053_import_compression/gziped | Bin 39 -> 0 bytes cli/tests/testdata/053_import_compression/main.ts | 13 ------------- 3 files changed, 15 deletions(-) delete mode 100644 cli/tests/testdata/053_import_compression/brotli delete mode 100644 cli/tests/testdata/053_import_compression/gziped delete mode 100644 cli/tests/testdata/053_import_compression/main.ts (limited to 'cli/tests/testdata/053_import_compression') diff --git a/cli/tests/testdata/053_import_compression/brotli b/cli/tests/testdata/053_import_compression/brotli deleted file mode 100644 index 65f679d57..000000000 --- a/cli/tests/testdata/053_import_compression/brotli +++ /dev/null @@ -1,2 +0,0 @@ -‹ -€console.log('brotli'); \ No newline at end of file diff --git a/cli/tests/testdata/053_import_compression/gziped b/cli/tests/testdata/053_import_compression/gziped deleted file mode 100644 index 9f9a7bc69..000000000 Binary files a/cli/tests/testdata/053_import_compression/gziped and /dev/null differ diff --git a/cli/tests/testdata/053_import_compression/main.ts b/cli/tests/testdata/053_import_compression/main.ts deleted file mode 100644 index 1ff1b0c83..000000000 --- a/cli/tests/testdata/053_import_compression/main.ts +++ /dev/null @@ -1,13 +0,0 @@ -import "http://127.0.0.1:4545/053_import_compression/gziped"; -import "http://127.0.0.1:4545/053_import_compression/brotli"; - -console.log( - await fetch( - "http://127.0.0.1:4545/053_import_compression/gziped", - ).then((res) => res.text()), -); -console.log( - await fetch( - "http://127.0.0.1:4545/053_import_compression/brotli", - ).then((res) => res.text()), -); -- cgit v1.2.3