From da52058a945999d486b07700d2834f027a65947c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 29 Apr 2024 10:08:27 -0400 Subject: chore: migrate bench, publish, and more itests to spec tests (#23584) --- tests/testdata/run/fetch/other.ts | 1 - tests/testdata/run/fetch/test.ts | 1 - 2 files changed, 2 deletions(-) delete mode 100644 tests/testdata/run/fetch/other.ts delete mode 100644 tests/testdata/run/fetch/test.ts (limited to 'tests/testdata/run/fetch') diff --git a/tests/testdata/run/fetch/other.ts b/tests/testdata/run/fetch/other.ts deleted file mode 100644 index 91fe376b3..000000000 --- a/tests/testdata/run/fetch/other.ts +++ /dev/null @@ -1 +0,0 @@ -import "http://localhost:4545/subdir/mt_text_typescript.t1.ts"; diff --git a/tests/testdata/run/fetch/test.ts b/tests/testdata/run/fetch/test.ts deleted file mode 100644 index baa52775d..000000000 --- a/tests/testdata/run/fetch/test.ts +++ /dev/null @@ -1 +0,0 @@ -import "http://localhost:4545/subdir/mod2.ts"; -- cgit v1.2.3