Skip to content

Commit ead0cf8

Browse files
committed
chore: fix tests on windows
1 parent 9998d51 commit ead0cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/server.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ test.describe("server option", () => {
263263

264264
test.describe("as object", () => {
265265
// TODO: This test is skipped because it fails on Windows, should be fixed in the future
266-
if (process.platform !== "win32") {
266+
if (process.platform === "win32") {
267267
return;
268268
}
269269
test.describe("ca, pfx, key and cert are array of buffers", () => {

0 commit comments

Comments
 (0)