Luke Childs
ffb7083cb2
Update window to version 4.2.6 ( #75 )
* Require window@4.2.6
* Set global properties as getters
Some properties will throw an error when accessed in certain conditions. We don't want to throw these errors, by accessing them when we setup the environemnt. Instead we should create getters for all window properties so they can throw the appropriate errors when accessed by user code.
* Update expectedProperties.json for window@4.2.6
6 years ago
greenkeeper[bot]
0f1b5b18a3
Update window to the latest version 🚀 ( #65 )
* fix(package): update window to version 4.2.5
* Update expected properties for jsdom 11.6.2
7 years ago
greenkeeper[bot]
142068ea08
Update window to the latest version 🚀 ( #62 )
* fix(package): update window to version 4.2.4
* Update expected properties for jsdom 11.5.1
7 years ago
greenkeeper[bot]
7686f67868
Update window to the latest version 🚀 ( #61 )
* fix(package): update window to version 4.2.3
* Update expected properties for jsdom 11.4
7 years ago
Luke Childs
9909881c60
Update expected properties for jsdom 11.3
7 years ago
Luke Childs
475995ae20
Update expected properties for jsdom 11.2
8 years ago
Luke Childs
b79f2dff46
Add URLSearchParams to expectedProperties.json
8 years ago
Luke Childs
2f2777a1c2
Update expected properties
8 years ago
Luke Childs
aeee8bdd39
Better property comparison test
8 years ago
Luke Childs
684b177a24
Fix filename linting errors
8 years ago
Luke Childs
78ec5a6c44
Fix code linting errors
8 years ago
Luke Childs
70505e27f8
Refactor property test to work across multiple Node.js versions
8 years ago
Luke Childs
79fbffea89
Order properties before comparing
8 years ago
Luke Childs
61bade1b37
Test window properties stay consistent
8 years ago
Luke Childs
11a32f5914
Test function returns a new instance
8 years ago
Luke Childs
fdff2f9e99
Remove babel
8 years ago
Luke Childs
3339e632f7
Add test to check existing falsey globals don't get overwritten
8 years ago
Luke Childs
4652a3ffb7
Add test to check existing node globals don't get overwritten
8 years ago
Luke Childs
ec3775ba20
Add tests for unordered args
9 years ago
Luke Childs
dfe4217722
Add test for jsdom config
9 years ago
Luke Childs
9a757ea045
Rename test
9 years ago
Luke Childs
78c3af6577
Rename test to reflect new behavior
9 years ago
Luke Childs
c40d621afa
Update overwrite test for new behaviour
9 years ago
Luke Childs
a7697d520d
Update tests to work with new config object
9 years ago
Luke Childs
f49fcf55b6
Add test for overwrite arg
9 years ago
Luke Childs
3af72530b3
Add test for global properties arg
9 years ago
Luke Childs
e9773b54eb
Run tests in seperate processes so globals don't interfere
9 years ago
Luke Childs
b98a76045a
Add babel
9 years ago
Luke Childs
ac89a12e85
Add test for return value
9 years ago
Luke Childs
270121c9b5
Add tests
9 years ago