Skip to content

Commit

Permalink
Update packages/jsts/tests/analysis/analyzer.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ilia Kebets <[email protected]>
  • Loading branch information
zglicz and kebetsi authored Dec 12, 2024
1 parent 7e69263 commit a41db43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/jsts/tests/analysis/analyzer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,7 @@ describe('analyzeJSTS', () => {
{ rules: { 'custom-rule-file': 'error' } },
{ filename: filePath, allowInlineConfig: false },
);
const telemetry = getTelemetry();
const dependencies = telemetry.dependencies;
const { dependencies } = getTelemetry();
expect(dependencies).toStrictEqual([
{
name: 'test-module',
Expand Down

0 comments on commit a41db43

Please sign in to comment.