fix: reverse Toolbox header orientation

This commit is contained in:
2026-07-23 01:53:47 +02:00
parent f2620fda77
commit 038afb3f9c
12 changed files with 80 additions and 38 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.1');
expect(text).toContain('@add-ideas/toolbox-shell-react@0.2.1');
expect(text).toContain('@add-ideas/toolbox-contract@0.2.2');
expect(text).toContain('@add-ideas/toolbox-shell-react@0.2.2');
expect(text).toContain('react@');
expect(createHash('sha256').update(bundle).digest('hex')).toMatch(
/^[a-f0-9]{64}$/