MCPcopy Create free account
hub / github.com/vercel/vercel / dev.test.ts

File dev.test.ts

packages/node/test/unit/dev.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterAll, describe, expect, test, vi } from 'vitest';
2import { forkDevServer, readMessage } from '../../src/fork-dev-server';
3import { resolve, extname } from 'path';
4import { createServer, request } from 'http';

Callers

nothing calls this directly

Calls 13

readMessageFunction · 0.90
testFunction · 0.85
withHttpServerFunction · 0.85
testForkDevServerFunction · 0.85
textMethod · 0.80
killMethod · 0.80
withDevServerFunction · 0.70
jsonMethod · 0.65
getMethod · 0.65
fetchFunction · 0.50
requestFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected