Skip to content

Commit 104f62f

Browse files
fix integration test
1 parent c9fc0d5 commit 104f62f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

integration-tests/fixtures/generate-bundle-stats/rollup/__snapshots__/rollup-plugin.test.ts.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ exports[`Generating rollup stats 4 {"format":"amd","expected":"amd"} matches the
784784
"bundleName": StringContaining "test-rollup-v4-amd",
785785
"bundler": {
786786
"name": "rollup",
787-
"version": "4.9.6",
787+
"version": "4.22.4",
788788
},
789789
"chunks": [
790790
{
@@ -861,7 +861,7 @@ exports[`Generating rollup stats 4 {"format":"cjs","expected":"cjs"} matches the
861861
"bundleName": StringContaining "test-rollup-v4-cjs",
862862
"bundler": {
863863
"name": "rollup",
864-
"version": "4.9.6",
864+
"version": "4.22.4",
865865
},
866866
"chunks": [
867867
{
@@ -938,7 +938,7 @@ exports[`Generating rollup stats 4 {"format":"es","expected":"esm"} matches the
938938
"bundleName": StringContaining "test-rollup-v4-esm",
939939
"bundler": {
940940
"name": "rollup",
941-
"version": "4.9.6",
941+
"version": "4.22.4",
942942
},
943943
"chunks": [
944944
{
@@ -1015,7 +1015,7 @@ exports[`Generating rollup stats 4 {"format":"esm","expected":"esm"} matches the
10151015
"bundleName": StringContaining "test-rollup-v4-esm",
10161016
"bundler": {
10171017
"name": "rollup",
1018-
"version": "4.9.6",
1018+
"version": "4.22.4",
10191019
},
10201020
"chunks": [
10211021
{
@@ -1092,7 +1092,7 @@ exports[`Generating rollup stats 4 {"format":"module","expected":"esm"} matches
10921092
"bundleName": StringContaining "test-rollup-v4-esm",
10931093
"bundler": {
10941094
"name": "rollup",
1095-
"version": "4.9.6",
1095+
"version": "4.22.4",
10961096
},
10971097
"chunks": [
10981098
{
@@ -1169,7 +1169,7 @@ exports[`Generating rollup stats 4 {"format":"iife","expected":"iife"} matches t
11691169
"bundleName": StringContaining "test-rollup-v4-iife",
11701170
"bundler": {
11711171
"name": "rollup",
1172-
"version": "4.9.6",
1172+
"version": "4.22.4",
11731173
},
11741174
"chunks": [
11751175
{
@@ -1246,7 +1246,7 @@ exports[`Generating rollup stats 4 {"format":"umd","expected":"umd"} matches the
12461246
"bundleName": StringContaining "test-rollup-v4-umd",
12471247
"bundler": {
12481248
"name": "rollup",
1249-
"version": "4.9.6",
1249+
"version": "4.22.4",
12501250
},
12511251
"chunks": [
12521252
{
@@ -1323,7 +1323,7 @@ exports[`Generating rollup stats 4 {"format":"system","expected":"system"} match
13231323
"bundleName": StringContaining "test-rollup-v4-system",
13241324
"bundler": {
13251325
"name": "rollup",
1326-
"version": "4.9.6",
1326+
"version": "4.22.4",
13271327
},
13281328
"chunks": [
13291329
{
@@ -1400,7 +1400,7 @@ exports[`Generating rollup stats 4 {"format":"systemjs","expected":"system"} mat
14001400
"bundleName": StringContaining "test-rollup-v4-system",
14011401
"bundler": {
14021402
"name": "rollup",
1403-
"version": "4.9.6",
1403+
"version": "4.22.4",
14041404
},
14051405
"chunks": [
14061406
{
@@ -1477,7 +1477,7 @@ exports[`Generating rollup stats 4 source maps are enabled does not include any
14771477
"bundleName": StringNotContaining ".map",
14781478
"bundler": {
14791479
"name": "rollup",
1480-
"version": "4.9.6",
1480+
"version": "4.22.4",
14811481
},
14821482
"chunks": [
14831483
{

0 commit comments

Comments
 (0)