update jquery

This commit is contained in:
Bjoern Becker 2022-02-11 12:22:16 +01:00
parent 1f872167c1
commit 832f000576
No known key found for this signature in database
GPG key ID: 2E34C148DF067C3E
5 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ global.fs = require('fs');
global.WebCrypto = require('@peculiar/webcrypto').Crypto;
// application libraries to test
global.$ = global.jQuery = require('./jquery-3.4.1');
global.$ = global.jQuery = require('./jquery-3.6.0');
global.RawDeflate = require('./rawinflate-0.3').RawDeflate;
global.zlib = require('./zlib-1.2.11').zlib;
require('./prettify');