UNPKG
add-component
Version:
latest (2.5.0)
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
Create React Component CLI
github.com/hanford/add-component
hanford/add-component
add-component
/
templates
/
test.js
9 lines
(6 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
import
{ shallow }
from
'enzyme'
import
Template
from
'./template.js'
it
(
'renders without props'
,
() =>
{
shallow
(
<
Template
/>
) })