-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add test-dev npm script for easier per-test testing #343
Conversation
[skip ci]
[skip ci]
[skip ci]
[skip ci]
[skip ci]
Hi guys!
Now resolved and ready 🔥 |
Dev test UX improvements
`source` updates working dir and minor formatting
[skip ci]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! There are several indentation inconsistencies (space vs tab) and files not terminated with a newline. Could be addressed by simply forcing a format in your editor (e.g. ctrl+shift+i in vscode).
Usage related changes
N/A
Development related changes
Resolves #290
New script
test-dev
, designed to run same test repeatedly while developing.Checklist:
test
directory (with a test case consisting ofnetwork.json
,hardhat.config.ts
,check.ts
)plugin
branch ofstarknet-hardhat-example
:test.sh
to use my example repo branchtest.sh
to to use the original branch (after the example repo PR has been merged)