mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +08:00
✅ fix ci
This commit is contained in:
parent
4a5f3353ec
commit
06be298a5c
@ -273,7 +273,7 @@ describe('Anchor Render', () => {
|
|||||||
expect(wrapper.instance().state.activeLink).toBe('#API2');
|
expect(wrapper.instance().state.activeLink).toBe('#API2');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Anchor targetOffset prop', async () => {
|
it('Anchor targetOffset prop', () => {
|
||||||
jest.useFakeTimers();
|
jest.useFakeTimers();
|
||||||
|
|
||||||
let dateNowMock;
|
let dateNowMock;
|
||||||
|
Loading…
Reference in New Issue
Block a user