MCPcopy Create free account
hub / github.com/vercel/vercel / expectTypicalBuildResult

Function expectTypicalBuildResult

packages/container/test/unit.test.ts:163–168  ·  view source on GitHub ↗
(
  result: Awaited<ReturnType<typeof build>>
)

Source from the content-addressed store, hash-verified

161});
162
163function expectTypicalBuildResult(
164 result: Awaited<ReturnType<typeof build>>
165): BuildResultV2Typical {
166 expect(result).toHaveProperty('output');
167 return result as BuildResultV2Typical;
168}
169
170describe('@vercel/container', () => {
171 it('passes the container image reference through as build output', async () => {

Callers 2

unit.test.tsFile · 0.85
runDockerfileBuildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected