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

Function normalizeResolvePath

projects/cli/src/check-snapshots.ts:85–88  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

83}
84
85function normalizeResolvePath(directory) {
86 const absolutePath = isAbsolute(directory) ? directory : resolvePath('.', directory);
87 return absolutePath.replace(/\\/g, '/');
88}
89
90function deleteSnapshots(config: Config) {
91 try {

Callers 2

deleteSnapshotsFunction · 0.85
writeSandboxesToTestFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected