We want some kind of ability to snapshot the output of the main test site so that we can verify a refactor doesn't change the output. The way this should work is something like:
make snapshot
# refactor all the things
make validate-snapshot
Snapshots should be local and should not get committed to the repo.
We want some kind of ability to snapshot the output of the main test site so that we can verify a refactor doesn't change the output. The way this should work is something like:
```
make snapshot
# refactor all the things
make validate-snapshot
```
Snapshots should be local and should not get committed to the repo.
omicron
added this to the medium term milestone 2026-09-02 00:49:21 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
We want some kind of ability to snapshot the output of the main test site so that we can verify a refactor doesn't change the output. The way this should work is something like:
Snapshots should be local and should not get committed to the repo.