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
/
index.js
14 lines
(11 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{ h }
from
'preact'
import
{ render }
from
'preact'
import
{
Test
}
from
'@idio/preact-fixture'
import
Component
from
'./Component'
const
Fixture
= (
) => {
return
(
h
(
Component
,{},
h
(
Test
), )) }
export
default
Fixture
export
{
Component3
}
from
'./Test2'