Skip to content

Commit

Permalink
chore: fix typo (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 15, 2022
1 parent 4fabd2b commit 191fe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validate.test.ts
Expand Up @@ -34,7 +34,7 @@ describe('validatePackage', () => {
})
})

describe('validateDependecies', () => {
describe('validateDependencies', () => {
it('detects implicit deps', () => {
const warnings = new Set<string>()

Expand Down

0 comments on commit 191fe19

Please sign in to comment.