
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
expect-html-equal
Advanced tools
Extension to expect to compares two HTML snippets. It normalizes HTML snippets to be cross-compatible with legacy IE.
npm i --save-dev expect expect-html-equal
var expect = require('expect')
require('expect-html-equal')
it('works', function () {
var input = '<div class="name">Hello</div>'
expect(input).toHtmlEqual('<DIV CLASS=name>Hello</DIV>')
})
In node/iojs, it expects a global.document
to exist, so you might want to do
this in a jsdom environment. (eg, mocha-jsdom)
In the browser, you can use the rawgit CDN (change {VERSION}
):
<script src='https://cdn.rawgit.com/mjackson/expect/{VERSION}/dist/expect.min.js'></script>
<script src='https://cdn.rawgit.com/rstacruz/expect-html-equal/{VERSION}/index.js'></script>
expect-html-equal © 2015+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).
ricostacruz.com · GitHub @rstacruz · Twitter @rstacruz
FAQs
Extension to expect to compares two HTML snippets
We found that expect-html-equal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.