Skip to content

Commit 251563b

Browse files
committed
Add workflows plugin name to loopback
1 parent ca977cc commit 251563b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vitest-pool-workers/src/pool/loopback.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
Mutex,
1010
R2_PLUGIN_NAME,
1111
Response,
12+
WORKFLOWS_PLUGIN_NAME,
1213
} from "miniflare";
1314
import { isFileNotFoundError, WORKER_NAME_PREFIX } from "./helpers";
1415
import type { Awaitable, Miniflare, Request, WorkerOptions } from "miniflare";
@@ -314,6 +315,7 @@ const PLUGIN_PRODUCT_NAMES: Record<string, string | undefined> = {
314315
[DURABLE_OBJECTS_PLUGIN_NAME]: "Durable Objects",
315316
[KV_PLUGIN_NAME]: "KV",
316317
[R2_PLUGIN_NAME]: "R2",
318+
[WORKFLOWS_PLUGIN_NAME]: "Workflows",
317319
};
318320
const LIST_FORMAT = new Intl.ListFormat("en-US");
319321

0 commit comments

Comments
 (0)