| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | |
| 3 | import { assertEquals, assertRejects, assertThrows } from "@std/assert"; |
| 4 | import { AlreadyExists, NotFound } from "./unstable_errors.js"; |
nothing calls this directly
no test coverage detected