Don't run in parallel cli and plugin tests

This commit is contained in:
Chocobozzz 2020-07-30 15:34:00 +02:00 committed by Chocobozzz
parent f0af38e696
commit f4659d73fb
5 changed files with 19 additions and 17 deletions

View file

@ -21,7 +21,7 @@ initDatabaseModels(true)
})
.then(user => {
if (!user) {
console.error('User unknown.')
console.error('Unknown user.')
process.exit(-1)
}