UNPKG
molibox-t
Version:
latest (0.0.2)
0.0.2
T ui component for react
github.com/molibox/molibox-t.git
molibox/molibox-t
molibox-t
/
test
/
index.test.js
4 lines
•
132 B
JavaScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{shallow, mount, render}
from
'enzyme'
;
import
{expect}
from
'chai'
;
import
T
from
'../src/index'
;