Fix jwt testing

This commit is contained in:
pikiou
2021-11-30 16:41:46 +01:00
parent 6541de5ff9
commit 040f1e6a0e
5 changed files with 17 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ module.exports = {
__CLIENT__: true,
__SERVER__: false,
__LOCAL__: false,
__TEST__: true,
localStorage: { getItem: () => null, setItem: () => null, removeItem: () => null },
},
maxConcurrency: 50,
maxWorkers: 1,