Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ page.test.tsx
File
page.test.tsx
examples/with-vitest/app/page.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { expect, test } from
"vitest"
;
2
import { render, screen } from
"@testing-library/react"
;
3
import Page from
"./page"
;
4
Callers
nothing calls this directly
Calls
4
getByRole
Method · 0.80
test
Function · 0.50
render
Function · 0.50
expect
Function · 0.50
Tested by
no test coverage detected