@@ -641,7 +641,7 @@ describe.each([
641
641
describe . only ( "should work with difference requests" , ( ) => {
642
642
const basicOutputPath = path . resolve ( __dirname , "./outputs/basic" ) ;
643
643
const fixtures = [
644
- {
644
+ /* {
645
645
urls: [
646
646
{
647
647
value: "bundle.js",
@@ -722,7 +722,7 @@ describe.each([
722
722
code: 200,
723
723
},
724
724
],
725
- } ,
725
+ },*/
726
726
{
727
727
file : "/complex/foo.js" ,
728
728
data : 'console.log("foo");' ,
@@ -744,7 +744,7 @@ describe.each([
744
744
} ,
745
745
] ,
746
746
} ,
747
- {
747
+ /* {
748
748
file: "/complex/complex/foo.js",
749
749
data: 'console.log("foo");',
750
750
urls: [
@@ -858,15 +858,15 @@ describe.each([
858
858
code: 200,
859
859
},
860
860
],
861
- } ,
861
+ },*/
862
862
] ;
863
863
864
864
const configurations = [
865
865
{
866
866
output : { path : basicOutputPath , publicPath : "" } ,
867
867
publicPathForRequest : "/" ,
868
868
} ,
869
- {
869
+ /* {
870
870
output: {
871
871
path: path.join(basicOutputPath, "dist"),
872
872
publicPath: "",
@@ -933,12 +933,12 @@ describe.each([
933
933
publicPath: "//test.domain/",
934
934
},
935
935
publicPathForRequest: "/",
936
- } ,
936
+ },*/
937
937
] ;
938
938
939
939
const isWindows = process . platform === "win32" ;
940
940
941
- if ( isWindows ) {
941
+ /* if (isWindows) {
942
942
fixtures.push(
943
943
{
944
944
file: "windows.txt",
@@ -998,7 +998,7 @@ describe.each([
998
998
publicPathForRequest: "/my%20static/",
999
999
},
1000
1000
);
1001
- }
1001
+ }*/
1002
1002
1003
1003
for ( const configuration of configurations ) {
1004
1004
// eslint-disable-next-line no-loop-func
0 commit comments