From c7945d00d9edcb1ddf672f34535d43417ae6f75d Mon Sep 17 00:00:00 2001 From: sam bacha Date: Tue, 26 Apr 2022 03:27:28 -0700 Subject: [PATCH] test(nyc): init --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 3204c75..51509e7 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "build": "turbo run build", "dev": "turbo run dev --parallel", "lint": "turbo run lint", + "test:run": "nyc --reporter=lcov --reporter=html --reporter=text-summary lerna run test --stream", "test:ci": "jest -u --passWithNoTests --coverageDirectory .github/coverage", "format": "prettier --config .prettierrc.js --write \"**/*.{ts,tsx,md}\"", "deduplicate": "npx yarn-deduplicate -s fewer yarn.lock", @@ -77,6 +78,7 @@ "ts-jest": "^27.1.3", "ts-node": "^10.4.0", "tslib": "^2.3.1", + "nyc": "*", "turbo": "^1.1.2", "typescript": "^4.5.4" },