|
|
|
|
|
by adelineJoOs
357 days ago
|
|
> Snapshots can also stub out parts of the response that are not determistic. TIL! The way I knew to do it was to have a mock implementation that behaved like the real thing, expect for data/time/uuids/..., where there was just a placeholder.
Snapshot tests being able to "mask" those non-deterministic parts sounds cool! |
|