Skip to content

Commit

Permalink
Fix breaking jest test for MMI (#18365)
Browse files Browse the repository at this point in the history
* Fix breaking jest test for MMI

* Bump coverage threshold

---------

Co-authored-by: Elliot Winkler <[email protected]>
Co-authored-by: PeterYinusa <[email protected]>
  • Loading branch information
3 people authored Mar 29, 2023
1 parent efc34b9 commit 6052841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions coverage-targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// subset of files to check against these targets.
module.exports = {
global: {
lines: 65,
lines: 65.5,
branches: 53.5,
statements: 64,
functions: 57.4,
statements: 64.75,
functions: 58,
},
transforms: {
branches: 100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ exports[`Compliance Settings shows start btn when Compliance its not activated 1
class="box institutional-feature__content box--flex-direction-row"
>
<p
class="box mm-text mm-text--body-md mm-text--color-text-default box--padding-bottom-3 box--flex-direction-row"
class="box mm-text mm-text--body-md box--padding-bottom-3 box--flex-direction-row box--color-text-default"
>
DeFi raises AML/CFT risk for institutions, given the decentralised pools and pseudonymous counterparties.
</p>
<p
class="box mm-text mm-text--body-md mm-text--color-text-default box--padding-bottom-3 box--flex-direction-row"
class="box mm-text mm-text--body-md box--padding-bottom-3 box--flex-direction-row box--color-text-default"
>
Codefi Compliance is the only product capable of running AML/CFT analysis on DeFi pools. This allows you to identify and avoid pools and counterparties that fail your risk setting.
</p>
<p
class="box mm-text mm-text--body-md mm-text--color-text-default box--padding-bottom-3 box--flex-direction-row"
class="box mm-text mm-text--body-md box--padding-bottom-3 box--flex-direction-row box--color-text-default"
>
Steps to enable AML/CFT Compliance:
</p>
Expand Down

0 comments on commit 6052841

Please sign in to comment.