Browse Source

fix ci

pull/18535/head
afc163 5 years ago
committed by 偏右
parent
commit
06be298a5c
  1. 2
      components/anchor/__tests__/Anchor.test.js

2
components/anchor/__tests__/Anchor.test.js

@ -273,7 +273,7 @@ describe('Anchor Render', () => {
expect(wrapper.instance().state.activeLink).toBe('#API2');
});
it('Anchor targetOffset prop', async () => {
it('Anchor targetOffset prop', () => {
jest.useFakeTimers();
let dateNowMock;

Loading…
Cancel
Save