diff options
Diffstat (limited to 'tests/unit/resources_test.ts')
-rw-r--r-- | tests/unit/resources_test.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/resources_test.ts b/tests/unit/resources_test.ts index bb0b9f2f8..921a8af8f 100644 --- a/tests/unit/resources_test.ts +++ b/tests/unit/resources_test.ts @@ -1,4 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + +// deno-lint-ignore-file no-deprecated-deno-api + import { assert, assertEquals, assertThrows } from "./test_util.ts"; const listenPort = 4505; |