Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Nov 29, 2023
1 parent 8a74984 commit b7e9ec2
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 @@ -30,7 +30,7 @@
"test": "yarn test:unit && yarn test:integration",
"test:coverage": "yarn test:unit:coverage && yarn test:integration && yarn test:combine",
"test:integration": "yarn test:setup cypress run --component",
"test:integration:ci": "yarn happo-e2e -- -- yarn test:setup cypress run --component",
"test:integration:ci": "cross-env VERBOSE=true HAPPO_DEBUG=true yarn happo-e2e -- -- yarn test:setup cypress run --component",
"test:integration:open": "yarn test:setup cypress open --browser=electron --component",
"test:setup": "cross-env TZ=UTC NODE_ENV=development",
"test:unit": "davinci-qa unit --config=./jest.spec.mjs",
Expand Down

0 comments on commit b7e9ec2

Please sign in to comment.