@@ -1566,7 +1566,6 @@ describe('"modules" option', () => {
1566
1566
it ( 'should work with the "namedExport" option' , async ( ) => {
1567
1567
const compiler = getCompiler ( "./modules/namedExport/base/index.js" , {
1568
1568
modules : {
1569
- exportLocalsConvention : "camelCaseOnly" ,
1570
1569
namedExport : true ,
1571
1570
} ,
1572
1571
} ) ;
@@ -1606,7 +1605,6 @@ describe('"modules" option', () => {
1606
1605
const compiler = getCompiler ( "./modules/namedExport/nested/index.js" , {
1607
1606
esModule : true ,
1608
1607
modules : {
1609
- exportLocalsConvention : "camelCaseOnly" ,
1610
1608
namedExport : true ,
1611
1609
} ,
1612
1610
} ) ;
@@ -1626,7 +1624,6 @@ describe('"modules" option', () => {
1626
1624
const compiler = getCompiler ( "./modules/namedExport/template/index.js" , {
1627
1625
esModule : true ,
1628
1626
modules : {
1629
- exportLocalsConvention : "camelCaseOnly" ,
1630
1627
localIdentName : "[local]" ,
1631
1628
namedExport : true ,
1632
1629
} ,
@@ -1824,7 +1821,6 @@ describe('"modules" option', () => {
1824
1821
mode : "local" ,
1825
1822
localIdentName : "_[local]" ,
1826
1823
namedExport : true ,
1827
- exportLocalsConvention : "camelCaseOnly" ,
1828
1824
exportOnlyLocals : true ,
1829
1825
} ,
1830
1826
esModule : true ,
@@ -1862,7 +1858,6 @@ describe('"modules" option', () => {
1862
1858
it ( 'should work with "url" and "namedExport"' , async ( ) => {
1863
1859
const compiler = getCompiler ( "./modules/url/source.js" , {
1864
1860
modules : {
1865
- exportLocalsConvention : "camelCaseOnly" ,
1866
1861
namedExport : true ,
1867
1862
} ,
1868
1863
} ) ;
@@ -1883,7 +1878,6 @@ describe('"modules" option', () => {
1883
1878
"./modules/url/source.js" ,
1884
1879
{
1885
1880
modules : {
1886
- exportLocalsConvention : "camelCaseOnly" ,
1887
1881
namedExport : true ,
1888
1882
} ,
1889
1883
} ,
@@ -2060,7 +2054,6 @@ describe('"modules" option', () => {
2060
2054
modules : {
2061
2055
mode : "icss" ,
2062
2056
namedExport : true ,
2063
- exportLocalsConvention : "camelCaseOnly" ,
2064
2057
} ,
2065
2058
}
2066
2059
) ;
0 commit comments