Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 3, 2018
1 parent 59496bf commit fe485d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/__tests__/index.ts
Expand Up @@ -116,7 +116,7 @@ describe('install', () => {
writeFile('package.json', pkg)

// Create an existing husky hook
writeFile(hookFilename, '#husky\nfoo')
writeFile(hookFilename, '#!/bin/sh\n#husky 0.14.3\nfoo')

// Verify that it has been updated
installFrom(huskyDir)
Expand Down

0 comments on commit fe485d0

Please sign in to comment.