Update stuff
Build and Push Next App / quality (push) Successful in 1m21s
Build and Push Next App / build-next (push) Successful in 3m34s

This commit is contained in:
Gabriel Brown
2026-06-22 00:41:51 -05:00
parent 2e13febfc7
commit 4114d5595c
20 changed files with 672 additions and 354 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ describe('component test harness', () => {
render(<Hero />);
expect(
screen.getByRole('heading', {
name: /fork freely\. stay close to upstream\./i,
name: /make your forks intimately close to upstream\./i,
}),
).toBeInTheDocument();
});