yrming / vscode-type-challenges

Take Type Challenges in VS Code
https://marketplace.visualstudio.com/items?itemName=YRM.type-challenges
MIT License
46 stars 12 forks source link

Unused Imports on test-cases file of 2 easy challenges #4

Closed schbz closed 2 years ago

schbz commented 2 years ago

The second line of imports is not currently being used on at least 2 questions in the easy section. Specifically, 0557-Push, as well as 3060-Unshift. I only mention it because the warning resulting from the unused imports may be confusing for some users after they have successfully completed the challenge.