mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
901527ba67
@ -30,11 +30,7 @@ describe('Markdown', () => {
|
||||
|
||||
describe('Markdown.Void', function () {
|
||||
it('should display the value of user input', async () => {
|
||||
const { container } = render(
|
||||
<MemoryRouter>
|
||||
<App2 />
|
||||
</MemoryRouter>,
|
||||
);
|
||||
const { container } = render(<App2 />);
|
||||
const button = container.querySelector('.ant-btn') as HTMLButtonElement;
|
||||
|
||||
expect(button).not.toBeNull();
|
||||
|
Loading…
x
Reference in New Issue
Block a user