Skip to content

Commit 03d63b4

Browse files
committed
Restore old formatting
1 parent cf1a3f8 commit 03d63b4

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

test/analyzer.js

+7-9
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,13 @@ describe('Analyzer', function () {
190190
);
191191
});
192192

193-
it(
194-
'should properly parse webpack 5 bundle with an entry module that is a concatenated module',
195-
async function () {
196-
generateReportFrom('webpack-5-bundle-with-concatenated-entry-module/stats.json');
197-
const chartData = await getChartData();
198-
expect(chartData).to.containSubset(
199-
require('./stats/webpack-5-bundle-with-concatenated-entry-module/expected-chart-data')
200-
);
201-
});
193+
it('should properly parse webpack 5 bundle with an entry module that is a concatenated module', async function () {
194+
generateReportFrom('webpack-5-bundle-with-concatenated-entry-module/stats.json');
195+
const chartData = await getChartData();
196+
expect(chartData).to.containSubset(
197+
require('./stats/webpack-5-bundle-with-concatenated-entry-module/expected-chart-data')
198+
);
199+
});
202200

203201
it('should support generating JSON output for the report', async function () {
204202
generateJSONReportFrom('with-modules-in-chunks/stats.json');

0 commit comments

Comments
 (0)