Skip to content

Commit bff4e9a

Browse files
test: stability
1 parent f82d753 commit bff4e9a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

jest.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ module.exports = {
77
setupFilesAfterEnv: ["<rootDir>/setupTest.js"],
88
globalSetup: "./test/helpers/globalSetup.js",
99
snapshotResolver: "./test/helpers/snapshotResolver.js",
10-
// TODO remove this when `hono` fix this problem - https://github.com/honojs/node-server/issues/233
11-
retryTimes: 3,
1210
};

test/middleware.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4325,6 +4325,9 @@ describe.each([
43254325
});
43264326

43274327
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+
43284331
describe('should work with "true" value', () => {
43294332
let compiler;
43304333

0 commit comments

Comments
 (0)