diff options
Diffstat (limited to 'test/js/deno/fetch/body.test.ts')
| -rw-r--r-- | test/js/deno/fetch/body.test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/js/deno/fetch/body.test.ts b/test/js/deno/fetch/body.test.ts index 92ad70c0a..87966bc48 100644 --- a/test/js/deno/fetch/body.test.ts +++ b/test/js/deno/fetch/body.test.ts @@ -1,6 +1,5 @@ // Copyright 2018+ the Deno authors. All rights reserved. MIT license. // https://raw.githubusercontent.com/denoland/deno/main/cli/tests/unit/body_test.ts - import { assert, assertEquals } from "deno:harness"; function buildBody(body: any, headers?: Headers): Body { const stub = new Request("http://foo/", { |
