From bedb2adfb065c1b0d3bcb773fbeff91230402b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 23 Nov 2021 17:45:18 +0100 Subject: refactor: remove "unitTest" wrapper from cli/tests/unit (#12750) --- cli/tests/testdata/fmt/fmt_with_config/b.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/fmt/fmt_with_config/b.ts') diff --git a/cli/tests/testdata/fmt/fmt_with_config/b.ts b/cli/tests/testdata/fmt/fmt_with_config/b.ts index 5c37d51d2..840198d89 100644 --- a/cli/tests/testdata/fmt/fmt_with_config/b.ts +++ b/cli/tests/testdata/fmt/fmt_with_config/b.ts @@ -1,5 +1,5 @@ // This file should be excluded from formatting -unitTest( +Deno.test( { perms: { net: true } }, async function fetchBodyUsedCancelStream() { const response = await fetch( -- cgit v1.2.3