UNPKG
jsdom-global
Version:
latest (3.0.2)
3.0.2
3.0.0
2.1.1
2.1.0
2.0.0
1.7.0
1.6.2
1.6.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Enable DOM in Node.js
github.com/rstacruz/jsdom-global
rstacruz/jsdom-global
jsdom-global
/
browser.js
11 lines
(8 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* * this is what browserify will use if you use browserify on your tests. * no need to bootstrap a DOM environment in a browser. */
module
.
exports
=
function
(
) {
return
noop }
function
noop
(
) { }