mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
updating jQuery
This commit is contained in:
parent
da11d2e729
commit
f92330443e
5 changed files with 5 additions and 7 deletions
|
@ -8,7 +8,7 @@ global.cleanup = global.jsdom();
|
|||
global.fs = require('fs');
|
||||
|
||||
// application libraries to test
|
||||
global.$ = global.jQuery = require('./jquery-3.1.1');
|
||||
global.$ = global.jQuery = require('./jquery-3.3.1');
|
||||
global.sjcl = require('./sjcl-1.0.7');
|
||||
global.Base64 = require('./base64-2.1.9').Base64;
|
||||
global.RawDeflate = require('./rawdeflate-0.5').RawDeflate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue