From 726a957a56b585e2ee13e3d78cdd69e546e6055e Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 21 Jul 2024 21:23:36 +0200 Subject: [PATCH] Corrected import. --- tests/magick-image/motion-blur.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/magick-image/motion-blur.spec.ts b/tests/magick-image/motion-blur.spec.ts index e3100b0c..4f7ef23a 100644 --- a/tests/magick-image/motion-blur.spec.ts +++ b/tests/magick-image/motion-blur.spec.ts @@ -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', () => {