@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.
4 lines • 478 B
TypeScript
import type { PropertyOptions, Type } from '@puq/type';
import type { TestClassWithSingleProperty } from './test-class-with-single-property.js';
export declare function createTestClassWithWithSinglePropertyDecorators<V>(options: PropertyOptions, ClassDecoratorFactory: <Args>(args?: Args) => ClassDecorator, PropertyDecoratorFactory: <Args>(args?: Args) => PropertyDecorator): Type<TestClassWithSingleProperty<V>>;
//# sourceMappingURL=create-test-class-with-decorators.d.ts.map