We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ded49 commit 8243687Copy full SHA for 8243687
__TESTS__/unit/toJson/adjust.toJson.test.ts
@@ -14,7 +14,7 @@ describe('Adjust toJson()', () => {
14
]);
15
});
16
17
- it('unsharpMask.improve', () => {
+ it('adjust.unsharpMask', () => {
18
const transformation = new Transformation()
19
.addAction(Adjust.unsharpMask().strength(10));
20
expect(transformation.toJson()).toStrictEqual( [
0 commit comments