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

Function afterAll

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

Source from the content-addressed store, hash-verified

361}
362
363export function afterAll(callback: AsyncCallback): void {
364 registerHook(`afterAllHooks`, callback)
365}
366
367export function beforeEach(callback: AsyncCallback): void {
368 registerHook(`beforeEachHooks`, callback)

Calls 1

registerHookFunction · 0.70

Tested by

no test coverage detected