1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Tools: Do not bail when failing server tests

This commit is contained in:
Laurent Cozic 2023-07-22 11:56:41 +01:00
parent 6d184fb47c
commit da177d3025

View File

@ -16,6 +16,4 @@ module.exports = {
'jest-expect-message',
`${__dirname}/jest.setup.js`,
],
bail: true,
};