From ea2424f47f7f7c60c12ab37429d0f21039fec820 Mon Sep 17 00:00:00 2001 From: Taylor Halfyard Date: Thu, 8 Feb 2024 15:44:18 +0000 Subject: [PATCH] Testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63a094b2..7c108c76 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "package": "echo 'Nothing to do'", "sonar-scanner": "sonar-scanner", "test-i": "echo 'Not yet implemented'", - "test": "npm-run-all test:unit:coverage", + "test": "jest --coverage unit", "test:unit:coverage": "cross-env npm run test:unit -- --coverage", "test:unit": "cross-env NODE_ENV=test API_VERSION=${npm_package_version} jest --runInBand" },