UNPKG
rax-tbms-chat-plugin
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.0.4
0.0.3
tbms-chat-plugin with rax
rax-tbms-chat-plugin
/
__tests__
/
index.js
10 lines
(8 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{createElement,
Component
}
from
'rax'
;
import
renderer
from
'rax-test-renderer'
;
import
Index
from
'../src/'
;
describe
(
'Icon'
,
() =>
{
it
(
'test typeof Icon'
,
() =>
{
expect
(
typeof
Index
).
toEqual
(
'function'
); }); });