removed remount on useQuerySelector #345
Annotations
1 error, 1 warning, and 1 notice
tests/integrations/summarizer.spec.ts#L52
1) [integrations] › integrations/summarizer.spec.ts:72:5 › 测试 @hf/google/gemma-7b-it 模型的AI总结结果 ───
Error: expect(received).toMatch(expected)
Expected pattern: /主播|日本VTuber|日本vtuber|vtuber/
Received string: "**互动内容:**·
* VTuber与观众互动,分享她今天吃了的麦当劳和去漫展的经历。
* 观众对 VTuber的互动,包括赞赏、笑声、鼓励和质疑。
* VTuber与观众分享了她购买的物品和在途中看到的蟑螂的经历。
* 观众对 VTuber的互动,包括笑声、鼓励和同情。·
**总结:**·
在b站直播间直播的对话中,VTuber与观众分享了她的今天吃了的麦当劳、去漫展的经历、购买的物品和在途中看到的蟑螂的经历。互动内容主要包括赞赏、笑声、鼓励和同情。总体来说,这段对话体现了 VTuber与观众之间良好的互动和娱乐。"
50 |
51 | const maybe = expect.configure({ soft: true })
> 52 | maybe(res).toMatch(/主播|日本VTuber|日本vtuber|vtuber/)
| ^
53 | maybe(res).toMatch(/直播|观众/)
54 |
55 | if (!trash) {
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/integrations/summarizer.spec.ts:52:20
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading