Update README.md & fix test
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user