adding a remember button

This commit is contained in:
El RIDO 2020-06-28 21:47:32 +02:00
parent ac32826009
commit 8b170397a9
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
5 changed files with 30 additions and 48 deletions

View file

@ -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');