Home
Author Manual
Themes Guide
Development
Roadmap
Journal
Contribution Guide
How Versioning Works
What is FPM.manifest.ftd?
What is digest.json?
File System Organization

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