-
Notifications
You must be signed in to change notification settings - Fork 396
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
Fix etherscan instances test after server modularity refactoring #1667
Conversation
added a tsc linting step to catch this problem earlier in the future. |
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.
Tests failing
Problem is that it runs the build before linting now, and some tools are not configured to ignore dist folder. Will fix it |
How do the changes now check the tests .ts files but don't build them? With the changes in |
You can configure tsc to compile but not save the output with |
Should be fixed now |
#1637 introduced changes which we didn't incorporate into the etherscan instances tests.