Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(circuits): add test file routes to circuit test commands #895

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

kittybest
Copy link
Collaborator

Most of the commands testing single test are not pointing to the exact test file path.
Add the path in the command.
e.g.
"test-hasher": "ts-mocha --exit Hasher.test.ts" ➡️ "test-hasher": "ts-mocha --exit ts/__tests__/Hasher.test.ts"

@kittybest kittybest requested a review from samajammin December 11, 2023 09:02
Copy link

netlify bot commented Dec 11, 2023

Deploy Preview for maci-typedoc failed.

Name Link
🔨 Latest commit 6f0228f
🔍 Latest deploy log https://app.netlify.com/sites/maci-typedoc/deploys/6576d01e56c37800085843af

@ctrlc03 ctrlc03 requested review from ctrlc03 and removed request for samajammin December 11, 2023 09:22
Copy link
Collaborator

@ctrlc03 ctrlc03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thank you!

@ctrlc03 ctrlc03 merged commit 9cc2abe into dev Dec 11, 2023
12 checks passed
@ctrlc03 ctrlc03 deleted the fix-circuits-test-commands branch December 11, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants