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 6cf7144 commit bbdb6f2Copy full SHA for bbdb6f2
tests/magick/supported-formats.spec.ts
@@ -9,7 +9,7 @@ import { Magick } from '@src/magick';
9
describe('Magick#supportedFormats', () => {
10
it('should have a format for all values', () => {
11
Magick.supportedFormats.forEach(formatInfo => {
12
- expect(formatInfo.format).toNotBeUnknown(`Missing Magickformat for: ${formatInfo.description}.`);
+ expect(formatInfo.format).toNotBeUnknown(`Missing MagickFormat for: ${formatInfo.description}.`);
13
});
14
15
0 commit comments