MCPcopy Create free account
hub / github.com/TanStack/db / beforeAll

Function beforeAll

packages/tauri-db-sqlite-persistence/e2e/app/src/runtime-vitest.ts:359–361  ·  view source on GitHub ↗
(callback: AsyncCallback)

Source from the content-addressed store, hash-verified

357export const test = it
358
359export function beforeAll(callback: AsyncCallback): void {
360 registerHook(`beforeAllHooks`, callback)
361}
362
363export function afterAll(callback: AsyncCallback): void {
364 registerHook(`afterAllHooks`, callback)

Calls 1

registerHookFunction · 0.70

Tested by

no test coverage detected