Update README.md & fix test
Build and Push Next App / quality (push) Successful in 1m40s
Build and Push Next App / build-next (push) Successful in 4m17s

This commit is contained in:
Gabriel Brown
2026-06-22 10:42:47 -04:00
parent 206b64176b
commit ddce5efb13
3 changed files with 107 additions and 89 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ describe('component test harness', () => {
render(<Hero />);
expect(
screen.getByRole('heading', {
name: /make your forks intimately close to upstream\./i,
name: /fork freely & keep them all intimately close to upstream\./i,
}),
).toBeInTheDocument();
});