@nestjs/testing
Version:
Nest - modern, fast, powerful node.js web framework (@testing)
7 lines (6 loc) • 331 B
TypeScript
import { TestingModuleBuilder, TestingModuleOptions } from './testing-module.builder.js';
import type { ModuleMetadata } from '@nestjs/common';
export declare class Test {
private static readonly metadataScanner;
static createTestingModule(metadata: ModuleMetadata, options?: TestingModuleOptions): TestingModuleBuilder;
}