UNPKG

@depack/fixture

Version:

The Fixture For Testing Static Analysis.

8 lines (7 loc) 176 B
import { h } from 'preact' import { Component2 } from './Test' const Component = ({ test }) => ( h(Component2,{}, h('div',{},test), )) export default Component