Skip to content

Commit 7a5f3ac

Browse files
authored
Merge pull request #68 from frmscoe/bug-fix-remove-status-channel
Bug fix remove status channel
2 parents 78a7530 + 6ba9b39 commit 7a5f3ac

File tree

13 files changed

+204
-563
lines changed

13 files changed

+204
-563
lines changed

__tests__/unit/logic.test.ts

Lines changed: 169 additions & 158 deletions
Large diffs are not rendered by default.

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const config: Config.InitialOptions = {
5858
coverageThreshold: {
5959
global: {
6060
// 71 is the magic number where we test all branches except APM stuff'n things.
61-
branches: 63,
61+
branches: 60,
6262
functions: 95,
6363
lines: 95,
6464
statements: 95,

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"license": "ISC",
4141
"dependencies": {
42-
"@frmscoe/frms-coe-lib": "^2.1.3",
42+
"@frmscoe/frms-coe-lib": "^2.1.6",
4343
"@frmscoe/frms-coe-startup-lib": "^2.1.0",
4444
"@log4js-node/logstash-http": "^1.1.0",
4545
"arangojs": "^8.4.0",

src/interfaces/iPain001/GrpHdr.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/interfaces/iPain001/PmtInf/CdtTrfTxInf.ts

Lines changed: 0 additions & 157 deletions
This file was deleted.

src/interfaces/iPain001/PmtInf/index.ts

Lines changed: 0 additions & 84 deletions
This file was deleted.

src/interfaces/iPain001/SplmtryData.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/interfaces/iPain001/index.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/interfaces/iTypologyExpression.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)