UNPKG
htmldiff
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
HTML Diffing in JavaScript (CoffeeScript)
tnwinc/htmldiff.js
htmldiff
/
test
/
module.spec.coffee
7 lines
(5 loc)
•
150 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
describe
'The module'
, -> beforeEach ->
@cut
= require
'../src/htmldiff'
it
'should return a function'
, -> (
expect
@cut
).
is
.a
'function'