Skip to content

Commit abb958a

Browse files
test: accept V38 protocol canon posture
Extend the package boundary test canon map for promoted V38 and draft V39 so the protocol package test suite tracks the current active pointer. Validated with the targeted protocol package boundary test, full @bitcode/protocol test suite, and diff hygiene.
1 parent a91643e commit abb958a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/protocol/test/protocol-package-boundary.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ test('@bitcode/protocol commercial formalization exports package-native canon he
5757
V35: { activeCanon: 'V35', draftTarget: 'V36' },
5858
V36: { activeCanon: 'V36', draftTarget: 'V37' },
5959
V37: { activeCanon: 'V37', draftTarget: 'V38' },
60+
V38: { activeCanon: 'V38', draftTarget: 'V39' },
6061
};
6162
const expectedPosture = expectedPostureByPointer[pointer];
6263

0 commit comments

Comments
 (0)