UNPKG

htmldiff

Version:

HTML Diffing in JavaScript (CoffeeScript)

7 lines (5 loc) 150 B
describe 'The module', -> beforeEach -> @cut = require '../src/htmldiff' it 'should return a function', -> (expect @cut).is.a 'function'