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