Skip to content

Commit 06d86de

Browse files
fix(tests): format query in PricingPage test for consistency
- Adjust formatting of the query for the money-back guarantee footer note in the PricingPage test to improve readability and maintain consistency with coding standards.
1 parent 7a64199 commit 06d86de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/__tests__/PricingPage.test.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ describe("PricingPage", () => {
182182
it("should not display a money-back guarantee footer note", () => {
183183
renderPricingPage();
184184
expect(
185-
screen.queryByText(/All paid plans include a 7-day money-back guarantee/)
185+
screen.queryByText(
186+
/All paid plans include a 7-day money-back guarantee/
187+
)
186188
).not.toBeInTheDocument();
187189
});
188190
});

0 commit comments

Comments
 (0)