File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments