mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
adding new dev dependency to support the URL object
This commit is contained in:
parent
77419ec2c1
commit
1958a55651
3 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue