Skip to content

Commit

Permalink
Corrected include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Dec 18, 2023
1 parent 13bbb99 commit 8aaa146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/magick-image/on-warning.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0.

import { TestImages } from '@test/test-images';
import { MagickErrorSeverity } from '../../dist/index.mjs';
import { MagickErrorSeverity } from '@src/enums/magick-error-severity';

describe('MagickImage#onWarning', () => {
it('should be called when ImageMagick raises a warning.', () => {
Expand Down

0 comments on commit 8aaa146

Please sign in to comment.