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 4298d09 commit d6884fdCopy full SHA for d6884fd
src/__tests__/convert-to-uploadcare-quality-string.spec.ts
@@ -17,7 +17,7 @@ describe('convertToUploadcareQualityString', () => {
17
expect(convertToUploadcareQualityString(100)).toBe('best');
18
});
19
20
- it('should falsy values to smart', () => {
+ it('should map falsy values to smart', () => {
21
expect(convertToUploadcareQualityString()).toBe('smart');
22
expect(convertToUploadcareQualityString(0)).toBe('smart');
23
0 commit comments