hedy icon indicating copy to clipboard operation
hedy copied to clipboard

[TESTING] Improve coverage of `app.ts`

Open jpelay opened this issue 2 years ago • 1 comments

app.ts is the file where most of our logic concerning the web page is located. This file sits at 46.61% test coverage as of today. Some core functionalities are missing testing including:

  • [ ] * saveMachineFiles
  • [ ] * closeAchievement
  • [x] * delete_program
  • [x] * set_favourite
  • [ ] * submit_program
  • [ ] * inputFromInlineModal

Among others (you can check which by running the code coverage as described in the documentation).

jpelay avatar Apr 18 '23 16:04 jpelay

Hi @Annelein!

Increasing test coverage of the front-end too is a task for you?

Felienne avatar Apr 03 '24 08:04 Felienne