Skip to content

Commit 952bcd5

Browse files
committed
Replace @fedify/fixture to node:test for fixing broken pnpm test:node
1 parent 8215e97 commit 952bcd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/redis/src/mq.race.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { test } from "@fedify/fixture";
1+
import { test } from "node:test";
22
import { strictEqual } from "node:assert/strict";
33
import type { Callback, RedisKey } from "ioredis";
44
import { Buffer } from "node:buffer";

0 commit comments

Comments
 (0)