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