From 544a2d5fb3a0c51406f4e86a9adb11febb3eecf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez=20Jim=C3=A9nez?= Date: Mon, 21 Mar 2022 18:39:44 +0100 Subject: [PATCH] test: update import type --- packages/utils/tests/get-custom-icon-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utils/tests/get-custom-icon-test.ts b/packages/utils/tests/get-custom-icon-test.ts index 3b42bc0..b5fafd1 100644 --- a/packages/utils/tests/get-custom-icon-test.ts +++ b/packages/utils/tests/get-custom-icon-test.ts @@ -1,6 +1,6 @@ import { promises as fs } from 'fs'; import { getCustomIcon } from '../lib'; -import type { IconifyLoaderOptions } from '../src'; +import type { IconifyLoaderOptions } from '../lib'; const fixturesDir = './tests/fixtures';