We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5271e5 commit 33b3e51Copy full SHA for 33b3e51
.changeset/forty-cherries-wonder.md
@@ -0,0 +1,2 @@
1
+---
2
packages/server/src/__tests__/plugin/drainHttpServer/stoppable.test.ts
@@ -144,8 +144,7 @@ Object.keys(schemes).forEach((schemeName) => {
144
//
145
// (Node 18.19.0 had this change backported but it was removed again in
146
// 18.20.3; our tests only pin major versions so we can assume 18 means
147
- // >= 18.20.3.) Update: Node 18.19+ had this change backported, so the
148
- // comment from above applies to Node 18.19+ as well.
+ // >= 18.20.3.)
149
const isNode20 = !!process.version.match(/^v20\./);
150
expect(closed).toBe(isNode20 ? 1 : 0);
151
});
0 commit comments