MCPcopy
hub / github.com/vercel/next.js / counter.test.tsx

File counter.test.tsx

examples/with-vitest/app/counter.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { expect, test } from "vitest";
2import { render, screen, fireEvent } from "@testing-library/react";
3import Counter from "./counter";
4

Callers

nothing calls this directly

Calls 5

getByRoleMethod · 0.80
clickMethod · 0.80
testFunction · 0.50
renderFunction · 0.50
expectFunction · 0.50

Tested by

no test coverage detected