Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ index.spec.ts
File
index.spec.ts
Platforms/emscripten/browser_test/index.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ test, expect } from
'@playwright/test'
;
2
3
test(
'has title'
,
async
({ page }) => {
4
await
page.goto(
'/'
);
Callers
nothing calls this directly
Calls
2
test
Function · 0.90
goto
Method · 0.80
Tested by
no test coverage detected