diff --git a/docs/guides/test/testing-library.mdx b/docs/guides/test/testing-library.mdx index 7e4ed0a440..503490f194 100644 --- a/docs/guides/test/testing-library.mdx +++ b/docs/guides/test/testing-library.mdx @@ -76,7 +76,7 @@ declare module "bun:test" { You should now be able to use Testing Library in your tests -```ts matchers.d.ts icon="/icons/typescript.svg" +```tsx myComponent.test.tsx icon="/icons/typescript.svg" import { test, expect } from "bun:test"; import { screen, render } from "@testing-library/react"; import { MyComponent } from "./myComponent";