-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(csi-910): fixed error callback in case of oracle error (#503)
* fix(csi-910): fixed error callback in case of oracle error * fix(csi-910): fixed test:functional * fix(csi-910): fixed test:functional * fix(csi-910): cleaned up * chore(snapshot): 15.6.0-snapshot.0 * chore(snapshot): 15.6.0-snapshot.1 * chore(snapshot): 15.6.0-snapshot.2 * fix(csi-910): updated request with error log * chore(snapshot): 15.6.0-snapshot.3 * fix(csi-910): used logger.child instead of loggerFactory * chore(snapshot): 15.6.0-snapshot.4 * fix(csi-910): used logger.child instead of loggerFactory
- Loading branch information
Showing
15 changed files
with
195 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc). | ||
reject: [ | ||
# TODO: v6+ (ref: https://github.com/sindresorhus/get-port/releases/tag/v6.0.0) is an ESM library and thus not compatible with CommonJS. Future story needed to resolve. | ||
"get-port", | ||
"@mojaloop/sdk-standard-components" ## version 19.1.0 caused lots of failed unit tests with the error - TypeError: Cannot read properties of undefined (reading 'createFSPIOPError') | ||
"get-port" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
module.exports = { | ||
verbose: true, | ||
clearMocks: true, | ||
|
||
collectCoverageFrom: [ | ||
'**/src/**/**/*.js' | ||
], | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.