Skip to content

Commit

Permalink
Updating test suite options, removing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Jul 1, 2024
1 parent 51dc177 commit 6d31d4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import redis from 'redis';
import RedisClientBase from '@redis/client/dist/lib/client/index.js';
const RedisClient = RedisClientBase.default;

console.log(JSON.stringify(RedisClient));
console.log(JSON.stringify(RedisClient.prototype));
console.log(typeof RedisClient);
console.log(Object.keys(RedisClient));
import MemoryCache from '@outofsync/memory-cache';

const memCache = new MemoryCache();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"scripts": {
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest --forceExit",
"build": "npm run lint && npm run test && npm run coverage",
"fix": "eslint --fix",
"lint": "eslint",
Expand Down

0 comments on commit 6d31d4b

Please sign in to comment.