test(antigravity): preserve source fallback

This commit is contained in:
haelyra
2026-08-15 15:30:24 -04:00
parent 4e2102fcf4
commit ba838cdc83
+4
View File
@@ -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.includes('ECC 2.2.0 has not been published to npm yet'),
'Guide should not imply that native Antigravity support is already published' '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( assert.ok(
guide.includes('remove this release-status paragraph only after `ecc-universal@2.2.0` is published and registry readback succeeds'), 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' 'Guide should retain a removal condition for the temporary release warning'