Skip to content

Commit fa133c3

Browse files
test: debug
1 parent 1baf30c commit fa133c3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/middleware.test.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ describe.each([
744744
},
745745
],
746746
},
747-
/*{
747+
{
748748
file: "/complex/complex/foo.js",
749749
data: 'console.log("foo");',
750750
urls: [
@@ -755,6 +755,7 @@ describe.each([
755755
},
756756
],
757757
},
758+
/*
758759
{
759760
file: "/föö.js",
760761
data: 'console.log("foo");',
@@ -866,7 +867,7 @@ describe.each([
866867
output: { path: basicOutputPath, publicPath: "" },
867868
publicPathForRequest: "/",
868869
},
869-
/* {
870+
{
870871
output: {
871872
path: path.join(basicOutputPath, "dist"),
872873
publicPath: "",
@@ -933,12 +934,12 @@ describe.each([
933934
publicPath: "//test.domain/",
934935
},
935936
publicPathForRequest: "/",
936-
},*/
937+
},
937938
];
938939

939940
const isWindows = process.platform === "win32";
940941

941-
/*if (isWindows) {
942+
if (isWindows) {
942943
fixtures.push(
943944
{
944945
file: "windows.txt",
@@ -998,7 +999,7 @@ describe.each([
998999
publicPathForRequest: "/my%20static/",
9991000
},
10001001
);
1001-
}*/
1002+
}
10021003

10031004
for (const configuration of configurations) {
10041005
// eslint-disable-next-line no-loop-func

0 commit comments

Comments
 (0)