Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ basic.test.tsx
File
basic.test.tsx
test/browser/fixtures/locators-custom/basic.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import type { BrowserPage, Locator } from
'vitest/browser'
;
2
import { locators, page, utils } from
'vitest/browser'
;
3
import { beforeEach, expect, test } from
'vitest'
;
4
Callers
nothing calls this directly
Calls
9
beforeEach
Function · 0.85
toBeVisible
Method · 0.80
element
Method · 0.80
toBeInTheDocument
Method · 0.80
toHaveTextContent
Method · 0.80
updateHtml
Method · 0.80
updateDocumentHtml
Method · 0.80
extend
Method · 0.65
test
Function · 0.50
Tested by
no test coverage detected