Update validate.test.ts

This commit is contained in:
freearhey 2023-10-18 21:04:46 +03:00
parent b6ba913322
commit 4c345a5bb0

View file

@ -85,6 +85,7 @@ describe('db:validate', () => {
})
} catch (error) {
console.log((error as ExecError).stdout)
process.exit(1)
}
})
})