From 2980444bd68bd8ab8b1d0c48096d3100d0647fcc Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 16 Sep 2020 17:36:44 +0800 Subject: [PATCH] test: fix lint --- components/typography/__tests__/index.test.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/typography/__tests__/index.test.js b/components/typography/__tests__/index.test.js index 4c2f1a9103..98333f58a0 100644 --- a/components/typography/__tests__/index.test.js +++ b/components/typography/__tests__/index.test.js @@ -186,7 +186,11 @@ describe('Typography', () => { it('should have custom expand style', async () => { const symbol = 'more'; - const wrapper = mount(); + const wrapper = mount( + + {fullStr} + , + ); await sleep(20); wrapper.update(); -- GitLab