Skip to content

Commit

Permalink
fixed errors with node tests (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh authored Feb 1, 2023
1 parent 5d67cf5 commit 20ba7fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ benchmarks/node/*.js
node/build-ts/src/*.js
/redis-rs/target/*
node/rust-client/index.js
logger_core/target/*
5 changes: 0 additions & 5 deletions node/jest.config.js

This file was deleted.

4 changes: 4 additions & 0 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@
"build-external": "rm -rf build-ts && npx tsc",
"test": "jest"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"babel-jest": "^28.1.3"
},
"author": "",
"license": "MIT"
}

0 comments on commit 20ba7fc

Please sign in to comment.