import test from "ava" import React from "react" import { getTestFixture } from "./fixtures/get-test-fixture" test("chip props", async (t) => { const { logSoup, render } = await getTestFixture(t) const soup = await render( ) await logSoup(soup) t.pass() })