Skip to content

Commit

Permalink
Corrected import.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 21, 2024
1 parent e4662fd commit 726a957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/magick-image/motion-blur.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright Dirk Lemstra https://github.com/dlemstra/magick-wasm.
// Licensed under the Apache License, Version 2.0.

import { TestImages } from '../test-images';
import { TestImages } from '@test/test-images';

describe('MagickImage#motionBlur', () => {
it('should change pixels of the image', () => {
Expand Down

0 comments on commit 726a957

Please sign in to comment.