Merge remote-tracking branch 'origin/3184-feature-x-send-coins-2-add-pending_transactions-table-for-x-community-tx' into 3185-feature-x-sendcoins-21-add-graphql-endpoints-for-starting-tx-2-phase-commit-handshake

This commit is contained in:
Claus-Peter Huebner 2023-08-23 01:22:13 +02:00
commit 47e2f52e70

View File

@ -7,7 +7,7 @@ module.exports = {
collectCoverageFrom: ['src/**/*.ts', '!**/node_modules/**', '!src/seeds/**', '!build/**'],
coverageThreshold: {
global: {
lines: 90,
lines: 89,
},
},
setupFiles: ['<rootDir>/test/testSetup.ts'],