afc163
5 years ago
committed by
偏右
5 changed files with 23 additions and 3 deletions
@ -0,0 +1,12 @@ |
|||
/* eslint-disable */ |
|||
import React from 'react'; |
|||
import Icon from '..'; |
|||
import { ReactComponent as logo } from './logo.svg'; |
|||
|
|||
describe('Icon TypeScript test', () => { |
|||
it('empty test case placeholder to avoid jest error', () => { |
|||
// empty
|
|||
}); |
|||
}); |
|||
|
|||
<Icon component={logo} />; |
Loading…
Reference in new issue