From a5fb073fc6acb7db4eba4b2e53e42c3f07e45440 Mon Sep 17 00:00:00 2001 From: Dan Castillo Date: Tue, 20 Aug 2024 01:38:20 -0400 Subject: [PATCH] fix: c8 100 percent code coverage (#69) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3c5c5d..8c062bf 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,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" } }