Sha256: 55c1efbd34eb08902d91745823a4171cedc3b2a0006cc2e92686128caa03c27f
Contents?: true
Size: 454 Bytes
Versions: 433
Compression:
Stored size: 454 Bytes
Contents
import { ensureAccessible, renderKit } from "../utilities/test-utils" import Table from "./_table" const props = { data: { testid: "table" }, sticky: false } it("should be accessible", async () => { ensureAccessible(Table, props) }) test("when sticky is true", () => { const kit = renderKit(Table, props, { sticky: true }) expect(kit).toHaveClass("pb_table table-sm table-responsive-collapse table-card sticky-header table-collapse-sm") })
Version data entries
433 entries across 433 versions & 1 rubygems