Skip to content

Commit cf3a8a2

Browse files
committed
remove test
1 parent 5e695aa commit cf3a8a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/cases/global/common/string/textSplitter.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,7 @@ FastGPT AI 相关参数配置说明
583583

584584
const normalizedChunks = simpleChunks(chunks);
585585
const normalizedExpected = simpleChunks(mock.result);
586-
fs.writeFileSync(
587-
'/Volumes/code/fastgpt-pro/FastGPT/test/cases/global/common/string/test.md',
588-
JSON.stringify(normalizedChunks, null, 2)
589-
);
586+
590587
expect(normalizedChunks).toEqual(normalizedExpected);
591588
});
592589

0 commit comments

Comments
 (0)