UNPKG
jm-mrc-components
Version:
latest (0.1.0)
0.1.0
移动端可复用组件库
jm-mrc-components
/
components
/
_util
/
__tests__
/
common.ts
6 lines
(4 loc)
•
118 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ tuple }
from
'../common'
it
(
'tuple test'
,
() =>
{
expect
(
tuple
(
1
,
2
,
3
,
4
)).
toEqual
([
1
,
2
,
3
,
4
]) })