switch to relative links. #898
Annotations
2 errors
src/components/Sponsors/Sponsors.test.tsx > shows empty sponsor tier:
src/components/Sponsors/Sponsors.test.tsx#L35
Error: expect(element).toHaveAttribute("href", "https://bradgarropy.com/sponsor") // element.getAttribute("href") === "https://bradgarropy.com/sponsor"
Expected the element to have attribute:
href="https://bradgarropy.com/sponsor"
Received:
href="/sponsor"
❯ src/components/Sponsors/Sponsors.test.tsx:35:46
|
🧪 test
Process completed with exit code 1.
|