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

Function getTestPath

projects/cli/src/check-snapshots.ts:238–239  ·  view source on GitHub ↗
(suffix = '')

Source from the content-addressed store, hash-verified

236};
237
238const getTestPath = (suffix = '') =>
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 2

checkSnapshotsFunction · 0.85
clearOldTestFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected