mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-30 16:45:48 +08:00
test: require canonical rc1 launch link
This commit is contained in:
parent
63c97b4c26
commit
3e18127a3d
@ -108,7 +108,9 @@ test('business launch copy stays aligned with the rc.1 public surface', () => {
|
|||||||
'business launch copy should include the public repo URL'
|
'business launch copy should include the public repo URL'
|
||||||
);
|
);
|
||||||
assert.ok(
|
assert.ok(
|
||||||
source.includes('docs/releases/2.0.0-rc.1/release-notes.md'),
|
source.includes(
|
||||||
|
'https://github.com/affaan-m/everything-claude-code/blob/main/docs/releases/2.0.0-rc.1/release-notes.md'
|
||||||
|
),
|
||||||
'business launch copy should link to the rc.1 release notes'
|
'business launch copy should link to the rc.1 release notes'
|
||||||
);
|
);
|
||||||
assert.ok(!source.includes('<repo-link>'), 'business launch copy should not contain repo placeholders');
|
assert.ok(!source.includes('<repo-link>'), 'business launch copy should not contain repo placeholders');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user