Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'beta' into beta-toc
  • Loading branch information
kellyjosephprice committed May 23, 2024
commit 43d4e6071a42bc2b59604e3eb72ac4c2d10e6fba
3 changes: 1 addition & 2 deletions __tests__/components/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { cleanup, fireEvent, render } from '@testing-library/react';
import React from 'react';
import { vi } from 'vitest';

import { execute } from '../helpers';

Expand Down Expand Up @@ -32,7 +31,7 @@ describe('Components', () => {
({ container } = render(React.createElement(component)));

expect(container.innerHTML).toMatchInlineSnapshot(
`"<blockquote class="callout callout_warn" theme="🚧"><h3 class="callout-heading empty"><span class="callout-icon">🚧</span></h3><p>Callout with no title.</p></blockquote>"`,
`"<blockquote class="callout callout_warn" theme="🚧"><h3 class="callout-heading empty"><span class="callout-icon">🚧</span></h3><p></p><p>Callout with no title.</p></blockquote>"`,
);

cleanup();
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.