Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 460 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 460 Bytes

jsdom-compat

jsdom, locked to a version compatible with node 0.10

Build Status

As of v4, jsdom is no longer compatible with node 0.10. This package makes it easier to do testing for libs that need to work in older versions of node by allowing to install two versions of jsdom side by side.

require('jsdom-compat') returns the jsdom itself.