UNPKG

@nestjs/testing

Version:

Nest - modern, fast, powerful node.js web framework (@testing)

7 lines (6 loc) 368 B
import { ModuleMetadata } from '@nestjs/common/interfaces/modules/module-metadata.interface'; import { TestingModuleBuilder, TestingModuleOptions } from './testing-module.builder'; export declare class Test { private static readonly metadataScanner; static createTestingModule(metadata: ModuleMetadata, options?: TestingModuleOptions): TestingModuleBuilder; }