@seasketch/geoprocessing
Version:
Geoprocessing and reporting framework for SeaSketch 2.0
9 lines (8 loc) • 380 B
TypeScript
import { Manifest } from "../manifest.js";
import { TestComponentTypes } from "./types.js";
/**
* Creates test project build, with the components requested, at project path and returns the resulting manifest
*/
export default function createTestBuild(projectName: string, projectPath: string,
/** test components to add */
components: TestComponentTypes[]): Promise<Manifest>;