1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

bump test coverage

This commit is contained in:
PeterYinusa 2023-03-09 10:37:54 +00:00
parent 7bc2370be5
commit 535d55ea8b

View File

@ -6,10 +6,10 @@
// subset of files to check against these targets.
module.exports = {
global: {
lines: 63,
branches: 51,
statements: 62,
functions: 55,
lines: 63.5,
branches: 52,
statements: 63,
functions: 56,
},
transforms: {
branches: 100,