UNPKG
no
Version:
latest (0.0.1)
0.0.1
Nothing here yet
github.com/wearefractal/no
wearefractal/no
no
/
test
/
main.coffee
9 lines
(8 loc)
•
194 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
mod
=
require
'../'
should =
require
'should'
require
'mocha'
describe
'no'
, -> describe
'the module'
, -> it
'should function properly'
, (done) ->
mod
.should.equal
"no"
done()