|
@@ -7,7 +7,7 @@ global.jsdom = require('jsdom-global');
|
|
|
global.cleanup = global.jsdom();
|
|
global.cleanup = global.jsdom();
|
|
|
global.URL = require('jsdom-url').URL;
|
|
global.URL = require('jsdom-url').URL;
|
|
|
global.fs = require('fs');
|
|
global.fs = require('fs');
|
|
|
-global.WebCrypto = require('node-webcrypto-ossl');
|
|
|
|
|
|
|
+global.WebCrypto = require('@peculiar/webcrypto').Crypto;
|
|
|
|
|
|
|
|
// application libraries to test
|
|
// application libraries to test
|
|
|
global.$ = global.jQuery = require('./jquery-3.4.1');
|
|
global.$ = global.jQuery = require('./jquery-3.4.1');
|