From c3530bca40e3cfdf283d3ae185e1f97a94cc35b0 Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Wed, 10 May 2023 13:48:40 +0700 Subject: [PATCH] chore(config): adjust global lines coverage threshold --- jest.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.json b/jest.config.json index 0872ba34..26654751 100644 --- a/jest.config.json +++ b/jest.config.json @@ -22,7 +22,7 @@ "statements": 90, "branches": 84, "functions": 90, - "lines": 90 + "lines": 88 } } }