We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3564a6 commit 94d2855Copy full SHA for 94d2855
package.json
@@ -18,14 +18,14 @@
18
"devDependencies": {
19
"@commitlint/cli": "^19.7.1",
20
"@commitlint/config-conventional": "^19.7.1",
21
- "@ladjs/redis": "^1.1.1",
22
"ava": "^5.2.0",
23
"cross-env": "^7.0.3",
24
"eslint": "^8.55.0",
25
"eslint-config-xo-lass": "^2.0.1",
26
"fast-safe-stringify": "^2.1.1",
27
"fixpack": "^4.0.0",
28
"husky": "^9.1.7",
+ "ioredis-mock": "^8.9.0",
29
"koa": "^2.15.4",
30
"koa-cash": "^5.0.0",
31
"lint-staged": "^15.4.3",
test/test.js
@@ -1,6 +1,6 @@
1
const Koa = require('koa');
2
const NodeCache = require('node-cache');
3
-const Redis = require('@ladjs/redis');
+const Redis = require('ioredis-mock');
4
const _ = require('lodash');
5
const koaCash = require('koa-cash');
6
const supertest = require('supertest');
0 commit comments