mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-15 05:56:36 +00:00
fix: get names from categories
This commit is contained in:
@@ -21,7 +21,7 @@ describe('реестр инструментов', () => {
|
||||
});
|
||||
|
||||
it.each(TOOLS.map((t) => [t.id, t] as const))('%s: категория валидна', (_, tool) => {
|
||||
expect(CATEGORIES.map((c) => c.id)).toContain(tool.category);
|
||||
expect(CATEGORIES).toContain(tool.category);
|
||||
});
|
||||
|
||||
it.each(TOOLS.map((t) => [t.id, t] as const))('%s: исполнители определены', (_, tool) => {
|
||||
|
||||
Reference in New Issue
Block a user