We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552802b commit acd1d25Copy full SHA for acd1d25
test/integ/__fixtures__/_setup-global.ts
@@ -72,7 +72,7 @@ export async function setup(project: TestProject): Promise<void> {
72
73
async function getOpenAITestContext(isCI: boolean): Promise<ProvidedContext['provider-openai']> {
74
const apiKey = process.env.OPENAI_API_KEY
75
- const shouldSkip = !!apiKey
+ const shouldSkip = !apiKey
76
77
if (shouldSkip) {
78
console.log('⏭️ OpenAI API key not available - integration tests will be skipped')
0 commit comments