DateTimeTestWorkerUpdate: {
    defaultToNow?: boolean;
    value?: Date | null;
} & ValueTestWorkerUpdate

Type declaration

  • OptionaldefaultToNow?: boolean

    Change whether the test should have a default value of the current date.

  • Optionalvalue?: Date | null

    Change the date of the test.