mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix breaking jest test for MMI (#18365)
* Fix breaking jest test for MMI * Bump coverage threshold --------- Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com> Co-authored-by: PeterYinusa <peter.yinusa@consensys.net>
This commit is contained in:
parent
efc34b9420
commit
6052841381
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user