UNPKG

@puq/testing

Version:

The library offers a collection of robust utilities designed to enhance test quality, streamline testing processes, and minimize the time and effort required for effective test implementation.

5 lines 171 B
import type { Some } from '@puq/type'; export type TestClassWithSingleProperty<V = Some> = { value: V; }; //# sourceMappingURL=test-class-with-single-property.d.ts.map