From 06be298a5cd64a08b41d6a433fb171bd81cbe4fb Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 28 Aug 2019 16:10:42 +0800 Subject: [PATCH] :white_check_mark: fix ci --- components/anchor/__tests__/Anchor.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/anchor/__tests__/Anchor.test.js b/components/anchor/__tests__/Anchor.test.js index 3ddd087dbb..65be9cfa2e 100644 --- a/components/anchor/__tests__/Anchor.test.js +++ b/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;