Mailspring/spec-nylas/fixtures/packages/package-that-throws-on-deactivate/index.coffee

5 lines
93 B
CoffeeScript

module.exports =
activate: ->
deactivate: -> throw new Error('Top that')
serialize: ->