@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)
17 lines (16 loc) • 379 B
TypeScript
export interface IParserParseOutput {
appRef: string;
idFieldNames: {
modelValidator: string;
service: string;
};
modelValidatorName: string;
serviceName: string;
serviceMethodName: string;
serviceMethodNameUcFirst: string;
serviceMockName: string;
unitTestPaths: {
negative: string;
positive: string;
};
}