Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Apr 9, 2020
1 parent 81f7d05 commit 5baf3d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/runner/__tests__/index.ts
Expand Up @@ -74,9 +74,9 @@ describe('run', (): void => {
JSON.stringify({
husky: {
hooks: {
'pre-commit': 'cmdfoo'
}
}
'pre-commit': 'cmdfoo',
},
},
})
)

Expand Down

0 comments on commit 5baf3d2

Please sign in to comment.