MCPcopy Create free account
hub / github.com/KartikLabhshetwar/lazycommit / assertGroqToken

Function assertGroqToken

tests/utils.ts:69–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67});
68
69export const assertGroqToken = () => {
70 if (!process.env.GROQ_API_KEY) {
71 console.warn('⚠️ process.env.GROQ_API_KEY is necessary to run these tests. Skipping...');
72 return false;
73 }
74 return true;
75};
76
77// See ./diffs/README.md in order to generate diff files
78export const getDiff = async (diffName: string): Promise<string> =>

Callers 2

git-hook.tsFile · 0.85
commits.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected