UNPKG

snyk

Version:

snyk library and cli utility

4 lines (3 loc) 261 B
import { TestResult } from './legacy'; import { Options, SupportedProjectTypes, TestOptions } from '../types'; export declare function runTest(projectType: SupportedProjectTypes | undefined, root: string, options: Options & TestOptions): Promise<TestResult[]>;