Skip to content

Commit df0383c

Browse files
committed
feat: update test snap
1 parent 8dcab54 commit df0383c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

packages/cli/uni-builder/tests/__snapshots__/default.test.ts.snap

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
14431443
"experiments": {
14441444
"asyncWebAssembly": true,
14451445
"inlineConst": true,
1446-
"inlineEnum": true,
1446+
"inlineEnum": false,
14471447
"lazyBarrel": true,
14481448
"rspackFuture": {
14491449
"bundlerInfo": {
@@ -1601,7 +1601,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
16011601
},
16021602
"rspackExperiments": {
16031603
"collectTypeScriptInfo": {
1604-
"exportedEnum": true,
1604+
"exportedEnum": false,
16051605
"typeExports": true,
16061606
},
16071607
"import": [
@@ -1685,7 +1685,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
16851685
},
16861686
"rspackExperiments": {
16871687
"collectTypeScriptInfo": {
1688-
"exportedEnum": true,
1688+
"exportedEnum": false,
16891689
"typeExports": true,
16901690
},
16911691
"import": [
@@ -2097,7 +2097,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
20972097
},
20982098
"rspackExperiments": {
20992099
"collectTypeScriptInfo": {
2100-
"exportedEnum": true,
2100+
"exportedEnum": false,
21012101
"typeExports": true,
21022102
},
21032103
"import": [
@@ -2192,7 +2192,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
21922192
},
21932193
"rspackExperiments": {
21942194
"collectTypeScriptInfo": {
2195-
"exportedEnum": true,
2195+
"exportedEnum": false,
21962196
"typeExports": true,
21972197
},
21982198
"import": [
@@ -2413,7 +2413,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
24132413
"experiments": {
24142414
"asyncWebAssembly": true,
24152415
"inlineConst": true,
2416-
"inlineEnum": true,
2416+
"inlineEnum": false,
24172417
"lazyBarrel": true,
24182418
"rspackFuture": {
24192419
"bundlerInfo": {
@@ -2696,7 +2696,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
26962696
},
26972697
"rspackExperiments": {
26982698
"collectTypeScriptInfo": {
2699-
"exportedEnum": true,
2699+
"exportedEnum": false,
27002700
"typeExports": true,
27012701
},
27022702
"import": [
@@ -2787,7 +2787,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
27872787
},
27882788
"rspackExperiments": {
27892789
"collectTypeScriptInfo": {
2790-
"exportedEnum": true,
2790+
"exportedEnum": false,
27912791
"typeExports": true,
27922792
},
27932793
"import": [
@@ -3426,7 +3426,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
34263426
},
34273427
"rspackExperiments": {
34283428
"collectTypeScriptInfo": {
3429-
"exportedEnum": true,
3429+
"exportedEnum": false,
34303430
"typeExports": true,
34313431
},
34323432
"import": [
@@ -3525,7 +3525,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
35253525
},
35263526
"rspackExperiments": {
35273527
"collectTypeScriptInfo": {
3528-
"exportedEnum": true,
3528+
"exportedEnum": false,
35293529
"typeExports": true,
35303530
},
35313531
"import": [
@@ -3828,7 +3828,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
38283828
"experiments": {
38293829
"asyncWebAssembly": true,
38303830
"inlineConst": true,
3831-
"inlineEnum": true,
3831+
"inlineEnum": false,
38323832
"lazyBarrel": true,
38333833
"rspackFuture": {
38343834
"bundlerInfo": {
@@ -3983,7 +3983,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
39833983
},
39843984
"rspackExperiments": {
39853985
"collectTypeScriptInfo": {
3986-
"exportedEnum": true,
3986+
"exportedEnum": false,
39873987
"typeExports": true,
39883988
},
39893989
"import": [
@@ -4068,7 +4068,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
40684068
},
40694069
"rspackExperiments": {
40704070
"collectTypeScriptInfo": {
4071-
"exportedEnum": true,
4071+
"exportedEnum": false,
40724072
"typeExports": true,
40734073
},
40744074
"import": [
@@ -4462,7 +4462,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
44624462
},
44634463
"rspackExperiments": {
44644464
"collectTypeScriptInfo": {
4465-
"exportedEnum": true,
4465+
"exportedEnum": false,
44664466
"typeExports": true,
44674467
},
44684468
"import": [
@@ -4558,7 +4558,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
45584558
},
45594559
"rspackExperiments": {
45604560
"collectTypeScriptInfo": {
4561-
"exportedEnum": true,
4561+
"exportedEnum": false,
45624562
"typeExports": true,
45634563
},
45644564
"import": [

0 commit comments

Comments
 (0)