We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3d53b commit 785e1b2Copy full SHA for 785e1b2
docs/quickstart/usage.md
@@ -77,7 +77,7 @@ describe("Redis", () => {
77
let redisClient: RedisClientType;
78
79
beforeAll(async () => {
80
- container = await new StartedRedisContainer("redis:8").start();
+ container = await new RedisContainer("redis:8").start();
81
redisClient = createClient({ url: container.getConnectionUrl() });
82
await redisClient.connect();
83
});
0 commit comments