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
sometimes for scenarios this would be very useful. AFAIK there is no way to do this now. I tried this:
this.mockFindAll('user', 15)
.get()
.forEach(({ id }) => {
this.mockFindRecord('user').returns({ id });
})
but I this there should be an easy way for mocking during development. So I can have a list and then click on one item and then reload and it will just always have test data.
The text was updated successfully, but these errors were encountered:
sometimes for scenarios this would be very useful. AFAIK there is no way to do this now. I tried this:
but I this there should be an easy way for mocking during development. So I can have a list and then click on one item and then reload and it will just always have test data.
The text was updated successfully, but these errors were encountered: