feat: publish Toolbox 0.14.0 with Sudoku Tools

This commit is contained in:
2026-08-30 14:27:22 +02:00
parent 8d68557d5e
commit 7bd34371a9
19 changed files with 129 additions and 43 deletions
+11
View File
@@ -52,4 +52,15 @@ describe('compact tool presentation', () => {
'Inspect and test authentication locally.'
);
});
it('uses the compact Sudoku tile copy', () => {
const sudoku = app(
'de.add-ideas.sudoku-tools',
'Sudoku Tools',
'Set, play, solve and analyse Sudoku puzzles locally in the browser.'
);
expect(shortToolTitle(sudoku)).toBe('Sudoku');
expect(shortToolDescription(sudoku)).toBe('Set, play and solve locally.');
});
});