UNPKG

@palmares/tests

Version:

This defines a default test framework testing stuff inside of the framework

3 lines 200 B
import type { AllTestsSettingsType, TestDomain } from '../types'; export declare function test(domains: TestDomain[], settings: AllTestsSettingsType): Promise<void>; //# sourceMappingURL=test.d.ts.map