UNPKG

@typed/test

Version:
4 lines (3 loc) 248 B
import { CompilerOptions } from 'typescript'; import { TestMetadata } from '../types'; export declare function findTestMetadata(cwd: string, fileGlobs: string[], compilerOptions: CompilerOptions, mode: 'node' | 'browser'): Promise<TestMetadata[]>;