// packages/svelte/jest.setup.js // Extends Jest's expect method with matchers from @testing-library/jest-dom // For example, to use `expect(element).toHaveTextContent(/react/i)` import "@testing-library/jest-dom";