Skip to content

Commit

Permalink
Update assertion for CI test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-eb committed Nov 25, 2024
1 parent 60dc69c commit 6899a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/knip/test/plugins/plop.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ test('Find dependencies with the plop plugin', async () => {

assert.deepEqual(counters, {
...baseCounters,
binaries: 1,
dependencies: 1,
processed: 1,
total: 1,
});
Expand Down

0 comments on commit 6899a7b

Please sign in to comment.