File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -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 : [
@@ -755,6 +755,7 @@ describe.each([
755
755
} ,
756
756
] ,
757
757
} ,
758
+ /*
758
759
{
759
760
file: "/föö.js",
760
761
data: 'console.log("foo");',
@@ -866,7 +867,7 @@ describe.each([
866
867
output : { path : basicOutputPath , publicPath : "" } ,
867
868
publicPathForRequest : "/" ,
868
869
} ,
869
- /* {
870
+ {
870
871
output : {
871
872
path : path . join ( basicOutputPath , "dist" ) ,
872
873
publicPath : "" ,
@@ -933,12 +934,12 @@ describe.each([
933
934
publicPath : "//test.domain/" ,
934
935
} ,
935
936
publicPathForRequest : "/" ,
936
- },*/
937
+ } ,
937
938
] ;
938
939
939
940
const isWindows = process . platform === "win32" ;
940
941
941
- /* if (isWindows) {
942
+ if ( isWindows ) {
942
943
fixtures . push (
943
944
{
944
945
file : "windows.txt" ,
@@ -998,7 +999,7 @@ describe.each([
998
999
publicPathForRequest : "/my%20static/" ,
999
1000
} ,
1000
1001
) ;
1001
- }*/
1002
+ }
1002
1003
1003
1004
for ( const configuration of configurations ) {
1004
1005
// eslint-disable-next-line no-loop-func
You can’t perform that action at this time.
0 commit comments