@scenetest/checks-solid
v0.3.0
Published
Solid bindings for scenetest inline assertions
Maintainers
Readme
@scenetest/checks-solid
Solid bindings for Scenetest inline assertions.
npm install @scenetest/checks-solidimport { createCheck } from '@scenetest/checks-solid'
function Cart(props) {
createCheck('cart has items', () => props.items.length > 0)
return <div>...</div>
}See the monorepo for full documentation.
