From 6f519245b5c5d1b1fa82780edcce8ad294ba1fab Mon Sep 17 00:00:00 2001 From: Dean Shub Date: Sun, 11 Apr 2021 14:41:16 +0300 Subject: [PATCH] test fix --- test/analyzer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/analyzer.js b/test/analyzer.js index a1a39ed2..88b21cd2 100644 --- a/test/analyzer.js +++ b/test/analyzer.js @@ -136,7 +136,7 @@ describe('Analyzer', function () { const chartData = await getChartData(); const invalidChunk = _.find(chartData, {label: 'invalid-chunk.js'}); expect(invalidChunk).to.exist; - expect(invalidChunk.statSize).to.equal(24); + expect(invalidChunk.statSize).to.equal(586); forEachChartItem([invalidChunk], item => { expect(typeof item.statSize).to.equal('number'); expect(item.parsedSize).to.be.undefined;