How can I write unit test case for lazy loading Module
import { routes } from \'./app-routing\'; @NgModule({ imports: [RouterModule.forRoot(routes)],