Browse Source

test: ignore code which never run into

pull/26810/head
afc163 4 years ago
parent
commit
2f736441af
  1. 1
      components/typography/util.tsx

1
components/typography/util.tsx

@ -213,6 +213,7 @@ export default (
// Not handle other type of content
// PS: This code should not be attached after react 16
/* istanbul ignore next */
return {
finished: false,
reactNode: null,

Loading…
Cancel
Save