Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 19, 2024
1 parent 1baf30c commit fa133c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ describe.each([
},
],
},
/*{
{
file: "/complex/complex/foo.js",
data: 'console.log("foo");',
urls: [
Expand All @@ -755,6 +755,7 @@ describe.each([
},
],
},
/*
{
file: "/föö.js",
data: 'console.log("foo");',
Expand Down Expand Up @@ -866,7 +867,7 @@ describe.each([
output: { path: basicOutputPath, publicPath: "" },
publicPathForRequest: "/",
},
/* {
{
output: {
path: path.join(basicOutputPath, "dist"),
publicPath: "",
Expand Down Expand Up @@ -933,12 +934,12 @@ describe.each([
publicPath: "//test.domain/",
},
publicPathForRequest: "/",
},*/
},
];

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

/*if (isWindows) {
if (isWindows) {
fixtures.push(
{
file: "windows.txt",
Expand Down Expand Up @@ -998,7 +999,7 @@ describe.each([
publicPathForRequest: "/my%20static/",
},
);
}*/
}

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

0 comments on commit fa133c3

Please sign in to comment.