From 82ce3e50c6ecf7156d5e02ccc07374dc4e5cd8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen=20Zhang=20=28=E5=BC=A0=E6=B6=9B=29?= Date: Fri, 27 Sep 2024 11:39:26 +0800 Subject: [PATCH] feat: update test --- jest.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.json b/jest.config.json index e4b847cd..d0f6658b 100644 --- a/jest.config.json +++ b/jest.config.json @@ -1,6 +1,6 @@ { "collectCoverage": true, "coverageDirectory": "coverage", - "coverageReporters": ["html"], + "coverageReporters": ["html","xml","lcov","json"], "roots": ["/testfn"] }