diff options
Diffstat (limited to 'cli/tests/testdata/fmt/fmt_with_config/b.ts')
-rw-r--r-- | cli/tests/testdata/fmt/fmt_with_config/b.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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( |