webapp
webapp copied to clipboard
Add unit test for the `CsvContentExtractionHelper::getLetterSoundsFromCsvBackup`
Add unit test for extracting LetterSound content from the CSV files that happens on application launch. By having unit tests for this, a developer will be notified sooner when introducing breaking changes.
- good start will be extraction of
CsvContentExtractionHelper::getLetterSoundsFromCsvBackupmethod into a dedicated Util class - as an example/reference of desired unit tests take look at code of issue #1396
Relates to https://github.com/elimu-ai/webapp/issues/1281