MCPcopy Create free account
hub / github.com/SoCreate/angular-playground / formatViewportSize

Function formatViewportSize

projects/cli/src/check-snapshots.ts:241–242  ·  view source on GitHub ↗
(viewportConfig?: ViewportOptions)

Source from the content-addressed store, hash-verified

239 TEST_PATH_BASE.replace('test-image-snapshots.js', `test-image-snapshots${suffix}.js`);
240
241const formatViewportSize = (viewportConfig?: ViewportOptions) =>
242 viewportConfig ? `${viewportConfig.width}x${viewportConfig.height}` : '';

Callers 3

checkSnapshotsFunction · 0.85
mainFunction · 0.85
writeSandboxesToTestFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected