Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 472 Bytes

File metadata and controls

17 lines (17 loc) · 472 Bytes
  • typed object keys:
    export interface TestRegistrationsMarkRequest {
      testId: number;
      mark: {
          [Key in RegistrationStatus]?: number[];
      };
    }
    
  • schema clone
  • resolve UndefinedToOptional helper type in nested objects
  • NumberSchema.float() unit tests
  • way to set default messages at runtime
  • create schema object instance helper
  • unit test multidimensional array
  • async
  • transformation unit tests