Skip to content

Commit

Permalink
Add comments that tests show incorrect behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-zhukov committed Mar 29, 2022
1 parent ae53899 commit bf762c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mdx/test/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ test('compile', async () => {
)
}

// TODO: this is incorrect behavior, will be fixed in GH-1986
try {
renderToStaticMarkup(
React.createElement(
Expand All @@ -520,6 +521,7 @@ test('compile', async () => {
)
}

// TODO: this is incorrect behavior, will be fixed in GH-1986
try {
renderToStaticMarkup(
React.createElement(
Expand Down

0 comments on commit bf762c8

Please sign in to comment.