Skip to content

Commit 8a11329

Browse files
committed
Fix: use minimal-stats/stats.json in test
1 parent c746f51 commit 8a11329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analyzer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('Analyzer', function () {
9595
});
9696

9797
it('should handle stats with minimal configuration', async function () {
98-
generateReportFrom('with-invalid-dynamic-require.json');
98+
generateReportFrom('minimal-stats/stats.json');
9999
await expectValidReport();
100100
});
101101

0 commit comments

Comments
 (0)