UNPKG
@softbind/react-slotty
Version:
latest (0.0.2)
0.0.2
0.0.1
React Slots
github.com/SoftBind/react-slotty
SoftBind/react-slotty
@softbind/react-slotty
/
__tests__
/
helpers.js
6 lines
(4 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ upper }
from
'../src/helpers'
test
(
'[helpers] upper first char'
,
() =>
{
expect
(
upper
(
'nav'
)).
toBe
(
'Nav'
) })