From 8e997b53119e04841ac655b795654153a4d6b563 Mon Sep 17 00:00:00 2001 From: s-kybound Date: Tue, 9 Apr 2024 17:36:03 +0800 Subject: [PATCH] add coverage test --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3be85aa..0a5f9ff 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "scripts": { "build-libs": "npx ts-node ./src/compile-libs.ts", "test": "jest", + "test-coverage": "jest --coverage", "eslint": "eslint --ignore-path .eslintignore --ext .ts", "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", "format:ci": "prettier --ignore-path .gitignore --list-different \"**/*.+(js|ts|json)\""