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 6c759a7 commit b886dcbCopy full SHA for b886dcb
test/cases/global/common/string/textSplitter.test.ts
@@ -583,7 +583,10 @@ FastGPT AI 相关参数配置说明
583
584
const normalizedChunks = simpleChunks(chunks);
585
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
+ );
590
expect(normalizedChunks).toEqual(normalizedExpected);
591
});
592
0 commit comments