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 5e695aa commit cf3a8a2Copy full SHA for cf3a8a2
test/cases/global/common/string/textSplitter.test.ts
@@ -583,10 +583,7 @@ 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