From d6212d5431eab9ee7d6ba7499cf1d432769b6d30 Mon Sep 17 00:00:00 2001 From: groenroos Date: Thu, 5 Aug 2021 00:29:13 +0100 Subject: [PATCH] Swap test commands --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55aad7a..dc50076 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "precommit": "lint-staged", "lint-fix": "xo --fix", "lint": "xo", - "test": "npx c8 ava", - "test:nocov": "npx ava", + "test": "npx ava", + "test:coverage": "npx c8 ava", "test:report": "npx c8 --reporter=lcov npm test", "test:send": "npx codecov" },