0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/packages/integrations/mdx/test
Happydev bc7c164bc3
Do not silence runtime MDX errors (#7089)
* 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
2023-06-09 20:21:32 +00:00
..
fixtures Do not silence runtime MDX errors (#7089) 2023-06-09 20:21:32 +00:00
css-head-mdx.test.js Prevent body head content injection in MDX when using layout (#6779) 2023-04-06 18:33:47 -04:00
invalid-mdx-component.test.js Do not silence runtime MDX errors (#7089) 2023-06-09 20:21:32 +00:00
mdx-astro-markdown-remarkRehype.test.js
mdx-component.test.js
mdx-escape.test.js
mdx-frontmatter-injection.test.js
mdx-frontmatter.test.js
mdx-get-headings.test.js
mdx-get-static-paths.test.js
mdx-images.test.js feat(mdx): Add support for turning ![]() into <Image> (#6824) 2023-04-13 11:54:40 +02:00
mdx-infinite-loop.test.js
mdx-math.test.js Prevent HTML-escape of raw strings in JSX script/style tags (#6459) 2023-03-09 00:29:22 +08:00
mdx-namespace.test.js
mdx-optimize.test.js Add MDX optimize option (#7151) 2023-05-25 19:43:29 +08:00
mdx-page.test.js
mdx-plugins.test.js Support rehype plugins that inject namespaced attributes 2 (#6253) 2023-02-16 18:53:30 +08:00
mdx-plus-react.test.js
mdx-script-style-raw.test.js Prevent HTML-escape of raw strings in JSX script/style tags (#6459) 2023-03-09 00:29:22 +08:00
mdx-slots.js
mdx-syntax-highlighting.test.js Upgrade shiki to v0.14.1 (#6932) 2023-05-03 11:07:57 -04:00
mdx-url-export.test.js
mdx-vite-env-vars.test.js