withModule
function
function withModule(moduleDef: TestModuleMetadata): InjectSetupWrapper;
@returns
InjectSetupWrapperfunction withModule(moduleDef: TestModuleMetadata, fn: Function): () => any;
Jump to details
function withModule(moduleDef: TestModuleMetadata): InjectSetupWrapper;
InjectSetupWrapperfunction withModule(moduleDef: TestModuleMetadata, fn: Function): () => any;