Skip to content

Commit 999f9b1

Browse files
committed
Address review feedback: remove standalone test and add to existing analyzer.js
1 parent 350f184 commit 999f9b1

2 files changed

Lines changed: 5 additions & 55 deletions

File tree

test/analyzer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ describe('Analyzer', function () {
9494
);
9595
});
9696

97+
it('should handle stats with minimal configuration', async function () {
98+
generateReportFrom('with-invalid-dynamic-require.json');
99+
await expectValidReport();
100+
});
101+
97102
it.skip("should not filter out modules that we couldn't find during parsing", async function () {
98103
generateReportFrom('with-missing-parsed-module/stats.json');
99104
const chartData = await getChartData();

test/real-world-stats.test.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)