mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 05:48:59 +08:00
feat: refactor copilot module (#14537)
This commit is contained in:
@@ -15,7 +15,7 @@ test.describe('AIAction/ExplainCode', () => {
|
||||
'javascript'
|
||||
);
|
||||
const { answer } = await explainCode();
|
||||
await expect(answer).toHaveText(/console.log/);
|
||||
await expect(answer).toContainText(/(console\.log|Hello,\s*World)/i);
|
||||
});
|
||||
|
||||
test.skip('should show chat history in chat panel', async ({
|
||||
|
||||
Reference in New Issue
Block a user