How To Update Failing Snapshot Tests
We can fix the failing tests which is due to snapshot mismatch in output folder.
fbt --fix

This will update the snapshots of all the tests

Prerequisite: Read this How To Run Tests