(file: string)
| 270 | } |
| 271 | |
| 272 | const exampleSlugFromFile = (file: string) => stripExt(path.basename(file)) |
| 273 | |
| 274 | const collectBlocks = async (pagePath: string, code: string) => { |
| 275 | const groupRoot = path.dirname(path.dirname(pagePath)) |
no test coverage detected