adding new dev dependency to support the URL object

This commit is contained in:
El RIDO 2019-06-20 21:38:29 +02:00
parent 77419ec2c1
commit 1958a55651
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@ global.assert = require('assert');
global.jsc = require('jsverify');
global.jsdom = require('jsdom-global');
global.cleanup = global.jsdom();
global.window.URL = require('jsdom-url');
global.fs = require('fs');
global.WebCrypto = require('node-webcrypto-ossl');