UNPKG

@nestjs/testing

Version:

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

9 lines (8 loc) 260 B
import { TestingModuleBuilder } from '../testing-module.builder.js'; import type { ModuleDefinition } from '@nestjs/core/internal'; /** * @publicApi */ export interface OverrideModule { useModule: (newModule: ModuleDefinition) => TestingModuleBuilder; }