| 1 | import assert from 'node:assert/strict'; |
| 2 | import { describe, it } from 'node:test'; |
| 3 | import { FetchState } from '../../../dist/core/fetch/fetch-state.js'; |
| 4 | import { Rewrites, applyRewriteToState } from '../../../dist/core/rewrites/handler.js'; |
nothing calls this directly
no test coverage detected