Skip to content

Commit

Permalink
compress-brotli - removing this module as no longer needed (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Nov 6, 2022
1 parent 6a40d95 commit cd35d6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/compress-brotli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"keyv": "*",
"nyc": "^15.1.0",
"requirable": "^1.0.5",
"this": "^1.1.0",
"ts-node": "^10.9.1",
"tsd": "^0.24.1",
"typescript": "^4.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/compress-brotli/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const {
} = require('zlib');
const v8 = require('v8');
const test = require('ava');
const KeyvBrotli = require('this');
const json = require('json-buffer');
const {keyvCompresstionTests} = require('@keyv/test-suite');
const KeyvBrotli = require('../src/index.js');

keyvCompresstionTests(test, new KeyvBrotli());

Expand Down

0 comments on commit cd35d6b

Please sign in to comment.