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

@@ -56,5 +56,6 @@ module.exports = {
__SERVER__: true,
__DEV__: true,
__LOCAL__: false,
__TEST__: false,
},
}