1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +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:
David Walsh 2023-03-29 12:44:04 -05:00 committed by GitHub
parent efc34b9420
commit 6052841381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@
// subset of files to check against these targets. // subset of files to check against these targets.
module.exports = { module.exports = {
global: { global: {
lines: 65, lines: 65.5,
branches: 53.5, branches: 53.5,
statements: 64, statements: 64.75,
functions: 57.4, functions: 58,
}, },
transforms: { transforms: {
branches: 100, branches: 100,

View File

@ -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" class="box institutional-feature__content box--flex-direction-row"
> >
<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"
> >
DeFi raises AML/CFT risk for institutions, given the decentralised pools and pseudonymous counterparties. DeFi raises AML/CFT risk for institutions, given the decentralised pools and pseudonymous counterparties.
</p> </p>
<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. 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>
<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: Steps to enable AML/CFT Compliance:
</p> </p>