diff options
Diffstat (limited to 'cli/tests/testdata/test/doc_only/mod.ts')
-rw-r--r-- | cli/tests/testdata/test/doc_only/mod.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cli/tests/testdata/test/doc_only/mod.ts b/cli/tests/testdata/test/doc_only/mod.ts deleted file mode 100644 index 467d850a2..000000000 --- a/cli/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", - ); -}); |