marc-aurele-besner / hardhat-awesome-cli

Hardhat made easy with a flexible CLI to help run test, deploy and more.
MIT License
10 stars 1 forks source link

Improve test and script to not be commented #70

Closed marc-aurele-besner closed 1 year ago

marc-aurele-besner commented 1 year ago

Steps to reproduce

Currently, all the ts and js scripts and tests for mock contracts are commented and get uncommented when copied This is far from optimal as it means any coding error don't get verify on build and prettier don't run on these lines So this should be changed for normal script in ts/js so prettier and TSLint could run on these files