From e0b9c745c15720914f14996bf357d5b375e2dbd8 Mon Sep 17 00:00:00 2001 From: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:38:40 +0300 Subject: chore: deprecate test itests (#25512) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR is part of #22907 --------- Signed-off-by: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk --- tests/testdata/test/doc_only/mod.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/testdata/test/doc_only/mod.ts (limited to 'tests/testdata/test/doc_only') diff --git a/tests/testdata/test/doc_only/mod.ts b/tests/testdata/test/doc_only/mod.ts deleted file mode 100644 index 467d850a2..000000000 --- a/tests/testdata/test/doc_only/mod.ts +++ /dev/null @@ -1,10 +0,0 @@ -/** - * ```ts - * import "./mod.ts"; - * ``` - */ -Deno.test("unreachable", function () { - throw new Error( - "modules that don't end with _test are scanned for documentation tests only should not be executed", - ); -}); -- cgit v1.2.3