Skip to content

Commit 5f61d1d

Browse files
test: debug
1 parent 1baf30c commit 5f61d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/middleware.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ describe.each([
866866
output: { path: basicOutputPath, publicPath: "" },
867867
publicPathForRequest: "/",
868868
},
869-
/* {
869+
{
870870
output: {
871871
path: path.join(basicOutputPath, "dist"),
872872
publicPath: "",
@@ -933,7 +933,7 @@ describe.each([
933933
publicPath: "//test.domain/",
934934
},
935935
publicPathForRequest: "/",
936-
},*/
936+
},
937937
];
938938

939939
const isWindows = process.platform === "win32";

0 commit comments

Comments
 (0)