Fix frontend test errors and remove logs #462
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The frontend tests have a lot of import/declaration errors and a lot of log output that make it hard to see any import/declaration errors since this type of error doesn't cause the test to actually fail.
The excess of logs also makes it hard to see new console logs in the browser when testing new functionality.
This PR fixes all the test errors and removes all the console logs from the current test output and most console logs from the frontend.
Changes
console.log
statements.