(url: string)
| 54 | clientModuleGraph.getModuleById(url) |
| 55 | |
| 56 | const addServerModule = (url: string) => |
| 57 | ssrModuleGraph.ensureEntryFromUrl(url) |
| 58 | const getServerModule = (url: string) => ssrModuleGraph.getModuleById(url) |
| 59 | |
| 60 | const clientModule1 = await addBrowserModule('/1.js') |
no test coverage detected