mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-14 17:25:30 -04:00
adding a remember button
This commit is contained in:
parent
ac32826009
commit
8b170397a9
5 changed files with 30 additions and 48 deletions
|
@ -9,6 +9,7 @@ global.URL = require('jsdom-url').URL;
|
|||
global.fs = require('fs');
|
||||
global.WebCrypto = require('@peculiar/webcrypto').Crypto;
|
||||
require('fake-indexeddb/auto');
|
||||
global.FDBFactory = require('fake-indexeddb/lib/FDBFactory');
|
||||
|
||||
// application libraries to test
|
||||
global.$ = global.jQuery = require('./jquery-3.4.1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue