Skip to content

Commit

Permalink
test(test/fixtures/test_hooks.coffee): Eliminate lint warning
Browse files Browse the repository at this point in the history
Added 'use strict' to hookfile function.
  • Loading branch information
plroebuck committed Mar 25, 2018
1 parent 8684264 commit 72e3f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/test_hooks.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{after} = require 'hooks'

after 'GET /machines -> 200', (test, done) ->
'use strict'
console.error 'after-hook-GET-machines'
done()

0 comments on commit 72e3f34

Please sign in to comment.