| 1 | import { afterEach, describe, expect, it } from "vitest"; |
| 2 | import { setDefaultOptions } from "./index.ts"; |
| 3 | import type { DefaultOptions } from "../_lib/defaultOptions/index.ts"; |
| 4 | import { getDefaultOptions as getInternalDefaultOptions } from "../_lib/defaultOptions/index.ts"; |
nothing calls this directly
no test coverage detected