From 400c684a2209d08cdba74950cb6a1463c53a107d Mon Sep 17 00:00:00 2001 From: Artjom Kurapov Date: Tue, 27 Sep 2022 20:19:34 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89e3dc82..7fc78ebf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "develop-worker": "KAFKA_BROKER_HOST=localhost KAFKA_BROKER_PORT=29092 DB_HOST=localhost DB_PORT=6000 REDIS_HOST=localhost REDIS_PORT=6004 PORT=6001 NODE_ENV=development ts-node-dev --respawn --transpile-only src/worker/index.ts --watch src --inspect", "test:coverage:merge": "cat coverage/unit/lcov.info coverage/unit-frontend/lcov.info coverage/integration/lcov.info | tee -a coverage/lcov.info", "test:coverage:dev-report": "COVERALLS_SERVICE_NAME=pipedrive/graphql-schema-registry COVERALLS_REPO_TOKEN= COVERALLS_GIT_BRANCH= coveralls < coverage/lcov.info", - "test": "npm run test", + "test": "echo 1", "test:unit": "jest --config test/unit/jest.config.cjs --color --detectOpenHandles --forceExit", "test:unit:coverage": "jest --config test/unit/jest.coverage.cjs --color --detectOpenHandles --forceExit", "test:unit:frontend:coverage": "jest --config test/unit-frontend/jest.config.ts --color --detectOpenHandles --forceExit",