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
I noticed on subtle change between the createMock and createHydratedMock functions.
Following my last comment #699.
Should fix Sonia-corporation/sonia-discord#1383
Subject of the issue
I noticed on subtle change between the
createMock
andcreateHydratedMock
functions.Following my last comment #699.
Should fix Sonia-corporation/sonia-discord#1383
Your environment
Steps to reproduce
No problem, the features will stay undefined.
The features will have random values.
Expected behaviour
Same behaviour between
createMock
andcreateHydratedMock
functions which replace theundefined
value as expected (socreateMock
is better IMO).Actual behaviour
The
createHydratedMock
function will ignore the given object value ifundefined
instead of using the value to fill the mock.The text was updated successfully, but these errors were encountered: