mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-07 09:56:40 +02:00
Fix MeshChat decomposition release gate
This commit is contained in:
@@ -179,8 +179,10 @@ describe('MeshChat decomposition — identity persistence', () => {
|
||||
const controller = readFile('useMeshChatController.ts');
|
||||
expect(controller).toMatch(/from\s+['"]@\/mesh\/meshIdentity['"]/);
|
||||
expect(controller).toMatch(/getNodeIdentity/);
|
||||
expect(controller).toMatch(/generateNodeKeys/);
|
||||
expect(controller).toMatch(/signEvent/);
|
||||
expect(controller).toMatch(/getStoredNodeDescriptor/);
|
||||
expect(controller).toMatch(/nextSequence/);
|
||||
expect(controller).toMatch(/verifyEventSignature/);
|
||||
expect(controller).toMatch(/setSecureModeCached/);
|
||||
});
|
||||
|
||||
it('storage module imports from meshIdentity for seal operations', () => {
|
||||
|
||||
Reference in New Issue
Block a user