We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2912072 commit 1e9f009Copy full SHA for 1e9f009
test/compat/index.test.jsx
@@ -14,7 +14,7 @@ describe('compat', () => {
14
</div>
15
);
16
expect(rendered).to.equal(
17
- '<div><span>before</span><div class="portal-content"></div><span>after</span></div>'
+ '<div><span>before</span><span>after</span></div>'
18
19
});
20
@@ -32,7 +32,7 @@ describe('compat', () => {
32
33
34
35
- '<div><div class="outer"><div class="inner">nested</div></div></div>'
+ '<div></div>'
36
37
38
0 commit comments