Skip to content

Commit

Permalink
Add churn and complexity properties in test data objects
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki committed Jul 10, 2024
1 parent bbb4e03 commit 5b2e54c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/utils-conformance/src/run-fixes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ describe('runFixes', () => {
path: 'path/to/test-package',
type: PackageType.NODE,
version: '1.0.0',
churn: 0.5,
complexity: 0.5,
},
},
];
Expand All @@ -30,6 +32,8 @@ describe('runFixes', () => {
path: 'path/to/test-package',
type: PackageType.NODE,
version: '1.0.0',
churn: 0.5,
complexity: 0.5,
},
];
const rootDirectory = 'root/directory';
Expand Down

0 comments on commit 5b2e54c

Please sign in to comment.