From 61a349781dd6c61cb66dffd2dc2d6abb72c0c39e Mon Sep 17 00:00:00 2001 From: MrOrz Date: Sat, 18 Jan 2025 13:28:06 +0800 Subject: [PATCH] test: Remove .only from CreateAIReply test case --- src/graphql/mutations/__tests__/CreateAIReply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/mutations/__tests__/CreateAIReply.js b/src/graphql/mutations/__tests__/CreateAIReply.js index 8190c429..e79f71b1 100644 --- a/src/graphql/mutations/__tests__/CreateAIReply.js +++ b/src/graphql/mutations/__tests__/CreateAIReply.js @@ -76,7 +76,7 @@ describe('CreateAIReply', () => { `); }); - it.only('returns new AI response', async () => { + it('returns new AI response', async () => { // Mocked ChatGPT success response // let resolveAPI;