mirror of https://github.com/buster-so/buster.git
Merge pull request #424 from buster-so/hot-fix/remove-node-nvmrc
lint hot fix
This commit is contained in:
commit
ff531ec1f3
|
@ -386,4 +386,4 @@ describe('combine-parallel-results-step integration', () => {
|
|||
);
|
||||
expect(result.assumptions![1]).toHaveProperty('label', 'major');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -107,4 +107,4 @@ export const combineParallelResultsStep = createStep({
|
|||
inputSchema,
|
||||
outputSchema: combineParallelResultsOutputSchema,
|
||||
execute: combineParallelResultsStepExecution,
|
||||
});
|
||||
});
|
||||
|
|
|
@ -339,4 +339,4 @@ describe('flag-chat-step integration', () => {
|
|||
expect(result.flagChatTitle).toBeDefined();
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -252,4 +252,4 @@ export const flagChatStep = createStep({
|
|||
inputSchema,
|
||||
outputSchema: flagChatOutputSchema,
|
||||
execute: flagChatStepExecution,
|
||||
});
|
||||
});
|
||||
|
|
|
@ -115,4 +115,4 @@ describe('format-follow-up-message-step integration', () => {
|
|||
expect(Array.isArray(result.assumptions)).toBe(true);
|
||||
expect(result.assumptions).toHaveLength(2);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -155,4 +155,4 @@ export const formatFollowUpMessageStep = createStep({
|
|||
inputSchema,
|
||||
outputSchema: formatFollowUpMessageOutputSchema,
|
||||
execute: formatFollowUpMessageStepExecution,
|
||||
});
|
||||
});
|
||||
|
|
|
@ -180,4 +180,4 @@ describe('format-initial-message-step integration', () => {
|
|||
expect(result.assumptions).toHaveLength(1);
|
||||
expect(result.assumptions?.[0]?.label).toBe('minor');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -167,4 +167,4 @@ export const formatInitialMessageStep = createStep({
|
|||
inputSchema,
|
||||
outputSchema: formatInitialMessageOutputSchema,
|
||||
execute: formatInitialMessageStepExecution,
|
||||
});
|
||||
});
|
||||
|
|
|
@ -319,4 +319,4 @@ describe('identify-assumptions-step integration', () => {
|
|||
expect(result.assumptions).toBeUndefined();
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -79,4 +79,4 @@ export async function getBraintrustMetadata(
|
|||
? error
|
||||
: new Error(`Failed to get Braintrust metadata: ${String(error)}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue