WIU-Computer-Science-Association / ts-soundcloud-stats

A Soundcloud app that checks statistics for the specified account. Written in Vue.JS with TypeScript!
0 stars 2 forks source link

Safely remove HelloWorld.vue #2

Open Vulp-OS opened 4 years ago

Vulp-OS commented 4 years ago

We would like to remove the remaining template code from this project. HelloWorld.vue used to be presented on the home page, but has been removed from the app. The file still exists and is used for some basic unit testing.

Make sure you safely remove references to HelloWorld.vue and replace the unit test with an equivalent test using a production Component.

ethanmassie commented 4 years ago

Can I work on this one?

Vulp-OS commented 4 years ago

Sure!

Vulp-OS commented 4 years ago

@ethanmassie, @Andrew-Kulpa removed the HelloWorld component, but didn't replace the unit test with something from production. Can you take care of that since I did technically assign this issue to you? :+1: