UNPKG

@mh-code/angular-unit-test-runner

Version:

Runs unit test for a specific angular project or for all projects.

4 lines (3 loc) 200 B
import { Project } from './types'; export declare const sortProjects: (projects: Project[]) => void; export declare const getPositionForProject: (project: Project, defaultPosition: number) => number;