UNPKG

209 Btext/coffeescriptView Raw
1{MockEvent} = require('../lib/karen')
2
3describe 'MockEvent', ->
4 def 'event', -> new MockEvent('event')
5
6 describe '#type', ->
7 it 'returns the event type', ->
8 expect(@event.type).to.equal('event')