MCPcopy
hub / github.com/vitest-dev/vitest / basic.test.ts

File basic.test.ts

test/browser/fixtures/server-options-inline/basic.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { expect, test } from 'vitest'
2
3test('server headers from inline project config', async () => {
4 const res = await fetch('/')

Callers

nothing calls this directly

Calls 3

fetchFunction · 0.85
testFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected