Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-ra authored Sep 27, 2022
1 parent 32288a6 commit 400c684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 400c684

Please sign in to comment.