UNPKG

node-htmldiff

Version:

Diff and markup HTML with <ins> and <del> tags

12 lines (9 loc) 223 B
describe('The module', function(){ var cut; beforeEach(function(){ cut = require('../js/htmldiff'); }); it('should return a function', function(){ expect(cut).is.a('function'); }); });