summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-02-15 22:44:11 +0800
committerGravatar GitHub <noreply@github.com> 2023-02-15 22:44:11 +0800
commit0fbcf838a775d3b07e7c2372888a8aa6c190278e (patch)
treedc6bd54b97dbb36896e5423bc16604044c027047 /packages/integrations/mdx/test
parent2ace02ece93feda66bba416ee5197363b8dd2988 (diff)
downloadastro-0fbcf838a775d3b07e7c2372888a8aa6c190278e.tar.gz
astro-0fbcf838a775d3b07e7c2372888a8aa6c190278e.tar.zst
astro-0fbcf838a775d3b07e7c2372888a8aa6c190278e.zip
Revert previous mdx breaking change (#6252)
Diffstat (limited to 'packages/integrations/mdx/test')
-rw-r--r--packages/integrations/mdx/test/mdx-plugins.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/test/mdx-plugins.test.js b/packages/integrations/mdx/test/mdx-plugins.test.js
index 139d2042f..a3a871762 100644
--- a/packages/integrations/mdx/test/mdx-plugins.test.js
+++ b/packages/integrations/mdx/test/mdx-plugins.test.js
@@ -63,7 +63,7 @@ describe('MDX plugins', () => {
expect(selectRehypeExample(document)).to.not.be.null;
});
- it('supports custom rehype plugins with namespaced attributes', async () => {
+ it.skip('supports custom rehype plugins with namespaced attributes', async () => {
const fixture = await buildFixture({
integrations: [
mdx({