Skip to content

Commit caba007

Browse files
test: stability
1 parent db1cdf3 commit caba007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/middleware.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ describe.each([
323323
["hapi", Hapi],
324324
["hono", Hono],
325325
])("%s framework:", (name, framework) => {
326+
// TODO remove this when `hono` fix this problem - https://github.com/honojs/node-server/issues/233
327+
jest.retryTimes(3, { logErrorsBeforeRetry: true });
328+
326329
describe("middleware", () => {
327330
let instance;
328331
let server;
@@ -4325,9 +4328,6 @@ describe.each([
43254328
});
43264329

43274330
describe("writeToDisk option", () => {
4328-
// TODO remove this when `hono` fix this problem - https://github.com/honojs/node-server/issues/233
4329-
jest.retryTimes(3, { logErrorsBeforeRetry: true });
4330-
43314331
describe('should work with "true" value', () => {
43324332
let compiler;
43334333

0 commit comments

Comments
 (0)