Browse Source

chore: fix lint

pull/33047/head
zombiej 3 years ago
parent
commit
78a67d6615
  1. 2
      components/typography/__tests__/index.test.js

2
components/typography/__tests__/index.test.js

@ -396,7 +396,7 @@ describe('Typography', () => {
describe('editable', () => {
function testStep(
{ name = '', icon, tooltip, triggerType, enterIcon } = {},
{ name = '', icon, tooltip, triggerType, enterIcon },
submitFunc,
expectFunc,
) {

Loading…
Cancel
Save