UNPKG
window
Version:
latest (4.2.7)
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.0.0
Exports a jsdom window object.
github.com/lukechilds/window
lukechilds/window
window
/
.travis.yml
10 lines
(9 loc)
•
138 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language:
node_js
node_js:
-
'8'
-
'6'
script:
npm
test
after_success:
npm
run
coverage
notifications:
email:
on_success:
never