You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to generate the value by key-passing the generated object like this:
constschema=newSchema({
...,date: { ... },duration: {type: Number,dummy(mock){returnDate.now()-this.schema.generated.date;// Use another key to generate other}}});
The text was updated successfully, but these errors were encountered:
The idea is to generate the value by key-passing the generated object like this:
The text was updated successfully, but these errors were encountered: