Skip to content

Commit

Permalink
fix: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszputek committed Sep 8, 2024
1 parent eaab078 commit a65083f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poker-master-tool",
"version": "1.0.6",
"version": "1.0.7",
"description": "Open-source poker hand calculator",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tests/handlers/ComputeHandHandler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ beforeEach(() => {
const res: Partial<Response> = {
status: jest.fn(),
send: jest.fn(),
set: jest.fn(),
locals: {
logger: loggerStub,
},
Expand Down

0 comments on commit a65083f

Please sign in to comment.