MCPcopy
hub / github.com/QwikDev/qwik / log

Function log

e2e/qwik-cli-e2e/utils/index.ts:203–206  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

201}
202
203export function log(text: string) {
204 // eslint-disable-next-line no-console
205 console.log(yellow('E2E: ' + text));
206}
207
208export const DEFAULT_TIMEOUT = process.env.CI ? 120000 : 30000;

Callers 8

serve.spec.tsFile · 0.90
cleanupFnFunction · 0.70
scaffoldQwikProjectFunction · 0.70
cleanupFunction · 0.70
getTmpDirSyncFunction · 0.70
promisifiedTreeKillFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected