Mailspring/spec-nylas/fixtures/packages/package-with-serialize-error/index.coffee

8 lines
111 B
CoffeeScript

module.exports =
activate: ->
deactivate: ->
serialize: ->
throw new Error("I'm no good at this.")