remsfal / remsfal-frontend

MIT License
4 stars 43 forks source link

Create initial test case for views/ProjectSettings.vue #256

Closed Hannesson1 closed 1 week ago

Hannesson1 commented 2 weeks ago

Added initial test case for ProjectSettings in views. Used as recommended by Professor Stanik the example of /test/views/TaskView.spec.ts. Could somebody please review my code and give me feedback? Thanks a lot!

this commit fixes #207

Hannesson1 commented 2 weeks ago

@astanik I would be very grateful if you could take a look at my first pull request. I accidentally created the first one from the main, but have already deleted it. Everything should work now, right? Thank you very much for your support.

astanik commented 1 week ago

@Hannesson1 There seems to be something wrong here, because your test hasn't been executed, there are only three checks and we don't have a sonar report. I think the initial PR with main branch might be the problem. Could you please close this PR and create a new, clean one from your development branch?