fix(schedule): reconcile cron stack layer

This commit is contained in:
Tianyi Cui
2026-08-08 23:25:04 +08:00
parent b37877d80b
commit 3fa4c012b1
5 changed files with 6 additions and 16 deletions

View File

@@ -250,8 +250,10 @@ describe.skipIf(MODE === 'record')('web e2e: durable after reminder receipt', ()
it('keeps the fixture inventory closed', async () => {
await assertFixtureInventory(SNAPSHOT_DIR, [
'at-receipt.expected.md',
'cron-receipt.expected.md',
'every-batch.expected.md',
'every-receipt.expected.md',
'mixed-batch.expected.md',
'receipt.expected.md',
])
})