fix: stabilize Toolbox navigation

This commit is contained in:
2026-07-23 01:13:57 +02:00
parent 4f6089247a
commit f2620fda77
11 changed files with 46 additions and 33 deletions

View File

@@ -53,8 +53,8 @@ describe('release archive', () => {
'react',
]);
const text = bundle.toString('utf8');
expect(text).toContain('@add-ideas/toolbox-contract@0.2.0');
expect(text).toContain('@add-ideas/toolbox-shell-react@0.2.0');
expect(text).toContain('@add-ideas/toolbox-contract@0.2.1');
expect(text).toContain('@add-ideas/toolbox-shell-react@0.2.1');
expect(text).toContain('react@');
expect(createHash('sha256').update(bundle).digest('hex')).toMatch(
/^[a-f0-9]{64}$/