Skip to content

Commit 6d2c992

Browse files
test redis@5
1 parent c213020 commit 6d2c992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format:check": "prettier --parser typescript --check \"lib/**/*.ts\" \"test/**/*.ts\"",
1818
"format:fix": "prettier --parser typescript --write \"lib/**/*.ts\" \"test/**/*.ts\"",
1919
"prepack": "npm run compile",
20-
"test": "npm run format:check && npm run compile && npm run test:redis-standalone && npm run test:redis-cluster && npm run test:ioredis-standalone && npm run test:ioredis-cluster && npm run test:valkey-standalone",
20+
"test": "npm run format:check && npm run compile && npm run test:redis-standalone && npm run test:redis-cluster && npm run test:redis-v5-standalone && npm run test:redis-v5-cluster && npm run test:ioredis-standalone && npm run test:ioredis-cluster && npm run test:valkey-standalone",
2121
"test:redis-standalone": "nyc mocha --require ts-node/register test/**/*.ts",
2222
"test:redis-cluster": "cross-env REDIS_CLUSTER=1 mocha --require ts-node/register test/**/*.ts",
2323
"test:redis-v5-standalone": "cross-env REDIS_LIB=redis-v5 mocha --require ts-node/register test/**/*.ts",

0 commit comments

Comments
 (0)