We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86a937 commit 0b62082Copy full SHA for 0b62082
__tests__/components/sections/homepage/_partials/Stories.test.tsx
@@ -9,7 +9,7 @@ const fixtureTestimonials = {
9
};
10
11
describe("Stories", () => {
12
- it("should display the storis", () => {
+ it("should display the stories", () => {
13
render(<TestimonialsSection testId="testimonialsId" list={[fixtureTestimonials]} />);
14
expect(screen.getByTestId("testimonialsId")).toBeInTheDocument();
15
const mockGrid = _.chunk([fixtureTestimonials], 5);
0 commit comments