UNPKG

htmldiff-angular

Version:

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

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