UNPKG
@depack/fixture
Version:
latest (1.0.0)
1.0.0
The Fixture For Testing Static Analysis.
github.com/dpck/fixture
dpck/fixture
@depack/fixture
/
build
/
Component.js
8 lines
(7 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ h }
from
'preact'
import
{
Component2
}
from
'./Test'
const
Component
= (
{ test }
) => (
h
(
Component2
,{},
h
(
'div'
,{},test), ))
export
default
Component