Skip to content

Commit add5aec

Browse files
test: fix (#2228)
1 parent 3825f9b commit add5aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/middleware.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4005,7 +4005,7 @@ describe.each([
40054005
});
40064006

40074007
describe("writeToDisk option", () => {
4008-
(name === "hono" ? describe.only : describe)(
4008+
(name === "hono" ? describe.skip : describe)(
40094009
'should work with "true" value',
40104010
() => {
40114011
let compiler;

0 commit comments

Comments
 (0)