mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-15 05:56:36 +00:00
feat: add show mask workflow
This commit is contained in:
@@ -43,6 +43,9 @@ describe('реестр инструментов', () => {
|
||||
|
||||
it.each(TOOLS.map((t) => [t.id, t] as const))('%s: run определён', (_, tool) => {
|
||||
expect(typeof tool.run).toBe('function');
|
||||
if (tool.preview) {
|
||||
expect(typeof tool.preview).toBe('function');
|
||||
}
|
||||
expect(tool.title.length).toBeGreaterThan(0);
|
||||
expect(tool.description.length).toBeGreaterThan(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user