We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b243d8b commit a705b1bCopy full SHA for a705b1b
test/analyzer.js
@@ -136,7 +136,7 @@ describe('Analyzer', function () {
136
const chartData = await getChartData();
137
const invalidChunk = _.find(chartData, {label: 'invalid-chunk.js'});
138
expect(invalidChunk).to.exist;
139
- expect(invalidChunk.statSize).to.equal(586);
+ expect(invalidChunk.statSize).to.equal(568);
140
forEachChartItem([invalidChunk], item => {
141
expect(typeof item.statSize).to.equal('number');
142
expect(item.parsedSize).to.be.undefined;
0 commit comments