diff --git a/src/preset.ts b/src/preset.ts index cccb4c67..4e8138a6 100644 --- a/src/preset.ts +++ b/src/preset.ts @@ -4,10 +4,7 @@ import { readFile } from "node:fs/promises"; import { normalize, relative } from "node:path"; import type { Channel } from "@storybook/channels"; -import { - TESTING_MODULE_PROGRESS_REPORT, - TestingModuleProgressReportProgress, -} from "@storybook/core-events"; +import type { TestingModuleProgressReportProgress } from "@storybook/core-events"; import { telemetry } from "@storybook/telemetry"; import type { Options } from "@storybook/types"; // eslint-disable-next-line import/no-unresolved @@ -27,6 +24,7 @@ import { STOP_BUILD, TELEMETRY, TEST_PROVIDER_ID, + TESTING_MODULE_PROGRESS_REPORT, } from "./constants"; import { runChromaticBuild, stopChromaticBuild } from "./runChromaticBuild"; import {