Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ afterAll, beforeEach, describe, expect, test, vi } from
'vitest'
2
3
const
mockServer = { setup: vi.fn(), teardown: vi.fn() }
4
const
FnA = vi.fn()
Callers
nothing calls this directly
Calls
5
beforeEach
Function · 0.85
afterAll
Function · 0.85
setup
Method · 0.80
extend
Method · 0.65
use
Function · 0.50
Tested by
no test coverage detected