()
| 306 | |
| 307 | const source = getTsSource(modulePath, moduleContent); |
| 308 | const change = () => addRouteDeclarationToModule(source, './src/app', ''); |
| 309 | expect(change).toThrowError(/Couldn't find a route declaration in \.\/src\/app/); |
| 310 | }); |
| 311 |
nothing calls this directly
no test coverage detected