diff options
Diffstat (limited to 'test/helper.js')
-rw-r--r-- | test/helper.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/helper.js b/test/helper.js index 7746b90e0..4c7f8b4c6 100644 --- a/test/helper.js +++ b/test/helper.js @@ -1,4 +1,2 @@ -require('mocha-sinon')() -var jsdom = require('mocha-jsdom') -jsdom() - +require('jsdom-global')() +window.localStorage = {} |