diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-09-19 09:32:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-19 10:32:21 -0400 |
| commit | 1464b756a4ef091ef97d1bf7340188ab5fe5492a (patch) | |
| tree | 2eff346ccf5782c501460aec63a5028742066fa6 /cli/tests/testdata/053_import_compression | |
| parent | 8d50c09c0db4e9b0644263cde3f7ff990ec75259 (diff) | |
refactor: move out test files from root testdata directory into sub directories (#15949)
Diffstat (limited to 'cli/tests/testdata/053_import_compression')
| -rw-r--r-- | cli/tests/testdata/053_import_compression/brotli | 2 | ||||
| -rw-r--r-- | cli/tests/testdata/053_import_compression/gziped | bin | 39 -> 0 bytes | |||
| -rw-r--r-- | cli/tests/testdata/053_import_compression/main.ts | 13 |
3 files changed, 0 insertions, 15 deletions
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 Binary files differdeleted file mode 100644 index 9f9a7bc69..000000000 --- a/cli/tests/testdata/053_import_compression/gziped +++ /dev/null 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()), -); |
