mirror of
https://github.com/affaan-m/ECC.git
synced 2026-08-17 21:15:40 +02:00
test(antigravity): preserve source fallback
This commit is contained in:
@@ -42,6 +42,10 @@ test('guide states the temporary npm release boundary', () => {
|
||||
guide.includes('ECC 2.2.0 has not been published to npm yet'),
|
||||
'Guide should not imply that native Antigravity support is already published'
|
||||
);
|
||||
assert.ok(
|
||||
guide.includes('current source checkout of `main` for native `.agents` support'),
|
||||
'Guide should direct users to the main source checkout until ECC 2.2.0 is published'
|
||||
);
|
||||
assert.ok(
|
||||
guide.includes('remove this release-status paragraph only after `ecc-universal@2.2.0` is published and registry readback succeeds'),
|
||||
'Guide should retain a removal condition for the temporary release warning'
|
||||
|
||||
Reference in New Issue
Block a user