UNPKG

@datr.tech/marble-api-model-validator-unit-test-generator

Version:

A Marble unit test generator for Mongoose based model validators (within the associated API packages)

14 lines (13 loc) 285 B
export interface IModelValidatorDef { idFieldNames: { modelValidator: string; service: string; }; serviceMethodName: string; serviceName: string; serviceMockName: string; templates: { negative: string; positive: string; }; }