Skip to content

Commit

Permalink
Update packages/lockfile-lint/__tests__/main.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed May 23, 2023
1 parent 4f4f1d1 commit 579883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lockfile-lint/__tests__/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('Main CLI logic', () => {

test('should fail with an empty yarn lock file', () => {
const lockfilePath = path.join(__dirname, '/fixtures/empty.json')
const lockfileType = 'npm'
const lockfileType = 'yarn'
const validators = [
{
name: 'validateHosts',
Expand Down

0 comments on commit 579883e

Please sign in to comment.