({path, ...config}: ConfigSpec & {path: string})
| 6 | import {mockJsDelivr} from "./mocks/jsdelivr.js"; |
| 7 | |
| 8 | function getOptions({path, ...config}: ConfigSpec & {path: string}): Config & {path: string} { |
| 9 | return {...normalizeConfig(config), path}; |
| 10 | } |
| 11 | |
| 12 | describe("getResolvers(page, {root, path})", () => { |
| 13 | mockJsDelivr(); |
no test coverage detected