feat: publish Toolbox 0.17.0 with Colour and Office Tools
This commit is contained in:
@@ -63,4 +63,28 @@ describe('compact tool presentation', () => {
|
||||
expect(shortToolTitle(sudoku)).toBe('Sudoku');
|
||||
expect(shortToolDescription(sudoku)).toBe('Set, play and solve locally.');
|
||||
});
|
||||
|
||||
it('uses the compact Colour tile copy', () => {
|
||||
const colour = app(
|
||||
'de.add-ideas.colour-tools',
|
||||
'Colour Tools',
|
||||
'Convert, composite, compare and build colours locally in the browser.'
|
||||
);
|
||||
|
||||
expect(shortToolTitle(colour)).toBe('Colour');
|
||||
expect(shortToolDescription(colour)).toBe(
|
||||
'Convert and build colours locally.'
|
||||
);
|
||||
});
|
||||
|
||||
it('uses the compact Office tile copy', () => {
|
||||
const office = app(
|
||||
'de.add-ideas.office-tools',
|
||||
'Office Tools',
|
||||
'Open and inspect documents, spreadsheets and presentations locally in the browser.'
|
||||
);
|
||||
|
||||
expect(shortToolTitle(office)).toBe('Office');
|
||||
expect(shortToolDescription(office)).toBe('Open office files locally.');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user