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