tzutil
v1.0.8
Published
father + react + typescript fn
Downloads
3
Readme
test-util
A test Utils For React Component.
Install
API
ShowConsole
(...functions): Function
Create a function with show console for test.
import { ShowConsole } from './src/index.ts';
<ShowConsole></ShowConsole>;
import { OmitsText } from './src/index.ts';
<OmitsText>
<span style={{ width: '40px' }}>123456778899000</span>
</OmitsText>;