mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-15 05:56:36 +00:00
feat: add registry - background, blur, sharpen
This commit is contained in:
@@ -58,11 +58,14 @@ const PLAN_TOOL_IDS = [
|
||||
'linear-gradient-png',
|
||||
'png-is-grayscale',
|
||||
'png-is-transparent',
|
||||
'png-orientation'
|
||||
'png-orientation',
|
||||
'remove-background-png',
|
||||
'blur-png',
|
||||
'sharpen-png'
|
||||
];
|
||||
|
||||
describe('реестр инструментов', () => {
|
||||
it('содержит ровно 48 инструментов из плана', () => {
|
||||
it('содержит ровно 51 инструмент из плана', () => {
|
||||
expect(TOOLS.map((t) => t.id).sort()).toEqual([...PLAN_TOOL_IDS].sort());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user