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
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