UNPKG

304 Btext/coffeescriptView Raw
1fakeCalamp = require '../'
2should = require 'should'
3require 'mocha'
4
5describe 'fakeCalamp', ->
6 describe '.messages', ->
7 it 'should be defined', ->
8 should.exist fakeCalamp.messages
9
10 describe '.decodedMessages', ->
11 it 'should be defined', ->
12 should.exist fakeCalamp.decodedMessages
\No newline at end of file