1.0.2 • Published 8 years ago

should-html v1.0.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
8 years ago

should-html

HTML testing assertion for should.js.

Installation

$ npm install should-html --save-dev

Example

var should = require('should');
require('should-html');

it('should return valid html', function() {
    '<div id="test" class="myDiv">Hello World</div>'.should.be.html('<div class="myDiv" id="test">Hello World</div>');
});
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago