chore: refresh suite count evidence (#2000)

This commit is contained in:
Affaan Mustafa
2026-05-19 09:58:53 -04:00
committed by GitHub
parent 3304848beb
commit e7a7b2aaa3
9 changed files with 56 additions and 26 deletions

View File

@@ -269,7 +269,7 @@ test('release video suite manifest gates the content launch lane', () => {
}
assert.ok(launchChecklist.includes('npm run release:video-suite -- --format json'));
assert.ok(hypergrowth.includes('Validate `video-suite-production.md`'));
assert.ok(hypergrowth.includes('Pick final video cuts, upload after approval, and attach public URLs'));
assert.strictEqual(packageJson.scripts['release:video-suite'], 'node scripts/release-video-suite.js');
assert.ok(packageJson.files.includes('scripts/release-video-suite.js'));
});