You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
tests: bumped the version of the 8 docker test image to '8.0-M05-pre' (#2909)
This commit is contained in:
@@ -54,6 +54,7 @@ interface TestUtilsConfig {
|
||||
interface CommonTestOptions {
|
||||
serverArguments: Array<string>;
|
||||
minimumDockerVersion?: Array<number>;
|
||||
skipTest?: boolean;
|
||||
}
|
||||
|
||||
interface ClientTestOptions<
|
||||
@@ -242,6 +243,7 @@ export default class TestUtils {
|
||||
}
|
||||
|
||||
it(title, async function () {
|
||||
if (options.skipTest) return this.skip();
|
||||
if (!dockerPromise) return this.skip();
|
||||
|
||||
const client = createClient({
|
||||
@@ -316,6 +318,7 @@ export default class TestUtils {
|
||||
}
|
||||
|
||||
it(title, async function () {
|
||||
if (options.skipTest) return this.skip();
|
||||
if (!dockerPromise) return this.skip();
|
||||
|
||||
const pool = createClientPool({
|
||||
|
Reference in New Issue
Block a user