Move mocha timeout setup to test.js
This commit is contained in:
parent
8bbd892693
commit
6c9848efcd
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,8 @@
|
|||
* global helpers for tests
|
||||
*/
|
||||
|
||||
mocha.setup({ timeout: 10000 });
|
||||
|
||||
function deleteIndexedDB() {
|
||||
return new Promise((resolve, reject) => {
|
||||
const idbReq = indexedDB.deleteDatabase('test');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue