From d06ad6a9a80b75dbd6f22eb86be94b588a9a1dde Mon Sep 17 00:00:00 2001 From: Dan Castillo Date: Sun, 18 Aug 2024 18:51:03 -0400 Subject: [PATCH] fix: c8 100 percent code coverage (#132) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc2a379..fe10df5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "standard", "lint:fix": "standard --fix", "test": "npm run test:unit && npm run test:typescript", - "test:unit": "c8 node --test", + "test:unit": "c8 --100 node --test", "test:typescript": "tsd" }, "repository": {