| 1 | // The CLI uses this through the private `WebpackCLI.#distance`; it is exported |
| 2 | // from the module so these unit tests can exercise the algorithm directly. |
| 3 | const { distance } = require("../../packages/webpack-cli/lib/webpack-cli"); |
| 4 |
nothing calls this directly
no test coverage detected