MCPcopy
hub / github.com/vitest-dev/vitest / fixture-options.test.ts

File fixture-options.test.ts

test/core/test/fixture-options.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterAll, beforeEach, describe, expect, test, vi } from 'vitest'
2
3const mockServer = { setup: vi.fn(), teardown: vi.fn() }
4const FnA = vi.fn()

Callers

nothing calls this directly

Calls 5

beforeEachFunction · 0.85
afterAllFunction · 0.85
setupMethod · 0.80
extendMethod · 0.65
useFunction · 0.50

Tested by

no test coverage detected