summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/invalid-mdx-component.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-09[ci] formatGravatar MoustaphaDev 1-33/+30
2023-06-09Do not silence runtime MDX errors (#7089)Gravatar Happydev 1-0/+40
* test: add fixture * chore: remove unneeded files in fixture * test: update test mdx filfe * test: add test case * mark component as mdx * add error builder utility * throw error when it comes from an MDX component * chore: update lock file * Add comment to refactor later * apply review * add missing comma