test(wechat): forceGenerateOnce 用例补上当日 slug 规则
Memind CI / Test, build, and release guards (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
John
2026-09-15 06:13:54 +08:00
parent d966713d3f
commit 8798bf07fa
@@ -124,6 +124,7 @@ test('runOnce honors forceGenerateOnce even when today page exists', async () =>
timezone: 'Asia/Shanghai',
pushHour: 6,
pushMinute: 0,
pageSlugPattern: 'daily-news-*',
};
service.getConfig = async () => config;
service.updateConfig = async (payload) => {