Skip to content

Commit

Permalink
change redis for ioredis, add mocks during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djkato committed Oct 2, 2023
1 parent 2a1293e commit 2c47290
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 110 deletions.
3 changes: 0 additions & 3 deletions .changeset/honky-dory-fox.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
- `src/APL/index.ts`: added redis-apl export
- `src/APL/redis-apl.ts`: created Redis APL
- `src/APL/redis-apl.test.ts`: Tests for Redis APL

### Changed
- npm run lint changed a lot of files, guess it wasn't ran in a while :)
217 changes: 140 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"dependencies": {
"debug": "4.3.4",
"ioredis": "^5.3.2",
"jose": "4.14.4",
"raw-body": "2.5.2",
"redis": "^4.6.10",
"retes": "0.33.0",
"uuid": "9.0.0"
},
Expand Down Expand Up @@ -56,6 +56,7 @@
"eslint-plugin-simple-import-sort": "^8.0.0",
"graphql": "16.8.0",
"husky": "^8.0.1",
"ioredis-mock": "^8.9.0",
"jsdom": "^20.0.3",
"lint-staged": "^13.0.3",
"next": "^12.3.0",
Expand Down
Loading

0 comments on commit 2c47290

Please sign in to comment.