| 1 | import mock from "mock-fs"; |
| 2 | import { NextJs, detectPagesOrAppDir, detectUseOfSrcDir, detectNextVersion } from "."; |
| 3 | import { getFramework } from ".."; |
| 4 | import { pathExists } from "../../utils/fileSystem"; |
nothing calls this directly
no test coverage detected