Skip to content

Commit 480a773

Browse files
authored
Merge branch 'master' into strict-module-node20
2 parents d893552 + 74a97de commit 480a773

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

express-zod-api/tests/server-helpers.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,7 @@ describe("Server helpers", () => {
102102
expect(spy.mock.calls[0][0].response).toEqual(responseMock);
103103
});
104104

105-
test.each([
106-
() => assert.fail("I am faulty"),
107-
async () => assert.fail("I am faulty"),
108-
])(
105+
test.each([() => fail("I am faulty"), () => Promise.reject("I am faulty")])(
109106
"should call Last Resort Handler in case of ResultHandler is faulty %#",
110107
async (rhImpl) => {
111108
const errorHandler = new ResultHandler({

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ catalogs:
4949
"express": "^5.1.0"
5050
"express-fileupload": "^1.5.1"
5151
"http-errors": "^2.0.0"
52-
"typescript": "^5.8.3"
52+
"typescript": "^5.9.2"
5353
"typescript-eslint": "^8.35.1"
5454
"zod": "^4.0.0"
5555
overrides:

0 commit comments

Comments
 (0)