diff options
Diffstat (limited to 'cli/tests/unit/body_test.ts')
-rw-r--r-- | cli/tests/unit/body_test.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cli/tests/unit/body_test.ts b/cli/tests/unit/body_test.ts index d9979e703..404ae305d 100644 --- a/cli/tests/unit/body_test.ts +++ b/cli/tests/unit/body_test.ts @@ -1,9 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { - unitTest, - assertEquals, - assert, -} from "./test_util.ts"; +import { assert, assertEquals, unitTest } from "./test_util.ts"; // just a hack to get a body object // eslint-disable-next-line @typescript-eslint/no-explicit-any |