Skip to content

Commit

Permalink
last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 13, 2024
1 parent 769acd3 commit c254630
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
29 changes: 26 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
],
"dependencies": {
"bindings": "^1.5.0",
"chai-subset": "^1.6.0",
"node-addon-api": "^8.1.0",
"sinon-chai": "^3.7.0"
"node-addon-api": "^8.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
Expand All @@ -22,6 +20,8 @@
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"clang-format": "^1.8.0",
"sinon-chai": "^3.7.0",
"chai-subset": "^1.6.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
1 change: 1 addition & 0 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('zstd', () => {
expect(await decompress()).to.deep.equal('decompress()');
});

// actual tests are skipped for now until the C++ compression logic is written.
describe.skip('#compress', () => {
const buffer = Buffer.from('test');

Expand Down

0 comments on commit c254630

Please sign in to comment.