Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Feb 15, 2024
1 parent 55ebdbd commit 858cb35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Stats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ describe("Stats", () => {
"assets": Array [
Object {
"name": "entryB.js",
"size": 2985,
"size": 3010,
},
],
"assetsSize": 2985,
"assetsSize": 3010,
"auxiliaryAssets": undefined,
"auxiliaryAssetsSize": 0,
"childAssets": undefined,
Expand Down Expand Up @@ -223,10 +223,10 @@ describe("Stats", () => {
"info": Object {
"javascriptModule": false,
"minimized": true,
"size": 2985,
"size": 3010,
},
"name": "entryB.js",
"size": 2985,
"size": 3010,
"type": "asset",
},
Object {
Expand Down

0 comments on commit 858cb35

Please sign in to comment.