Skip to content

Commit

Permalink
Remove unnecessary assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Nov 3, 2023
1 parent b2bd9d8 commit 43c2f18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/plugins/astro.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ test('Find dependencies in Astro configuration', async () => {
cwd,
});

assert(!issues.devDependencies['package.json']?.['@astrojs/check']);

assert.deepEqual(counters, {
...baseCounters,
processed: 18,
Expand Down

0 comments on commit 43c2f18

Please sign in to comment.