MCPcopy Create free account
hub / github.com/TanStack/ai / expectNoHookName

Function expectNoHookName

testing/e2e/tests/devtools-helpers.ts:50–52  ·  view source on GitHub ↗
(page: Page, name: string)

Source from the content-addressed store, hash-verified

48}
49
50export async function expectNoHookName(page: Page, name: string) {
51 await expect(hookRows(page).filter({ hasText: name })).toHaveCount(0)
52}
53
54export async function selectDevtoolsTab(page: Page, tab: string) {
55 await page

Callers 1

Calls 1

hookRowsFunction · 0.85

Tested by

no test coverage detected