MCPcopy Index your code
hub / github.com/code-pushup/cli / fakeCacheFolderName

Function fakeCacheFolderName

e2e/create-cli-e2e/tests/init.e2e.test.ts:12–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10import { executeProcess, readJsonFile, readTextFile } from '@code-pushup/utils';
11
12const fakeCacheFolderName = () =>
13 `fake-cache-${new Date().toISOString().replace(/[:.]/g, '-')}`;
14
15// TODO: rewrite e2e tests for the new setup wizard (old tests reference removed nx-plugin integration)
16/* after a new release of the nx-verdaccio plugin we can enable the test again. For now, it is too flaky to be productive. (5.jan.2025) */

Callers 1

init.e2e.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected