Skip to content

Commit 1baf30c

Browse files
test: debug
1 parent f8dd4b7 commit 1baf30c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/middleware.test.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ describe.each([
641641
describe.only("should work with difference requests", () => {
642642
const basicOutputPath = path.resolve(__dirname, "./outputs/basic");
643643
const fixtures = [
644-
{
644+
/* {
645645
urls: [
646646
{
647647
value: "bundle.js",
@@ -722,7 +722,7 @@ describe.each([
722722
code: 200,
723723
},
724724
],
725-
},
725+
},*/
726726
{
727727
file: "/complex/foo.js",
728728
data: 'console.log("foo");',
@@ -744,7 +744,7 @@ describe.each([
744744
},
745745
],
746746
},
747-
{
747+
/*{
748748
file: "/complex/complex/foo.js",
749749
data: 'console.log("foo");',
750750
urls: [
@@ -858,15 +858,15 @@ describe.each([
858858
code: 200,
859859
},
860860
],
861-
},
861+
},*/
862862
];
863863

864864
const configurations = [
865865
{
866866
output: { path: basicOutputPath, publicPath: "" },
867867
publicPathForRequest: "/",
868868
},
869-
{
869+
/* {
870870
output: {
871871
path: path.join(basicOutputPath, "dist"),
872872
publicPath: "",
@@ -933,12 +933,12 @@ describe.each([
933933
publicPath: "//test.domain/",
934934
},
935935
publicPathForRequest: "/",
936-
},
936+
},*/
937937
];
938938

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

941-
if (isWindows) {
941+
/*if (isWindows) {
942942
fixtures.push(
943943
{
944944
file: "windows.txt",
@@ -998,7 +998,7 @@ describe.each([
998998
publicPathForRequest: "/my%20static/",
999999
},
10001000
);
1001-
}
1001+
}*/
10021002

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

0 commit comments

Comments
 (0)