API/api.medcify.app/node_modules/snyk/dist/lib/snyk-test/run-test.d.ts

4 lines
261 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { TestResult } from './legacy';
import { Options, SupportedProjectTypes, TestOptions } from '../types';
export declare function runTest(projectType: SupportedProjectTypes | undefined, root: string, options: Options & TestOptions): Promise<TestResult[]>;