remove SJCL library

This commit is contained in:
El RIDO 2018-10-20 19:53:21 +02:00
parent 2d7996570e
commit 0f76b9066d
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
7 changed files with 33 additions and 117 deletions

View file

@ -10,7 +10,6 @@ global.WebCrypto = require('node-webcrypto-ossl');
// application libraries to test
global.$ = global.jQuery = require('./jquery-3.3.1');
global.sjcl = require('./sjcl-1.0.7');
global.RawDeflate = require('./rawdeflate-0.5').RawDeflate;
global.RawDeflate.inflate = require('./rawinflate-0.3').RawDeflate.inflate;
require('./prettify');