UNPKG

@push.rocks/tapbundle

Version:

A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.

7 lines (6 loc) 168 B
export declare const fileUrls: { dockerAlpineImage: string; }; export declare class TestFileProvider { getDockerAlpineImageAsLocalTarball(): Promise<string>; }